Color Hex Logo

#a65534 Color Hex

#A65534
(166,85,52)
0 Favorites   0 Comments

Color spaces of #a65534

RGB 1668552
HSL0.050.520.43
HSV17°69°65°
CMYK 0.000.490.69   0.35
XYZ19.594214.85195.0828
Yxy14.85190.49570.3757
Hunter Lab38.538223.314119.1570
CIE-Lab45.430730.582633.9020

#a65534 color RGB value is (166,85,52).

#a65534 hex color red value is 166, green value is 85 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #a65534 hue: 0.05 , saturation: 0.52 and the lightness value of a65534 is 0.43.

The process color (four color CMYK) of #a65534 color hex is 0.00, 0.49, 0.69, 0.35. Web safe color of #a65534 is #996633. Color #a65534 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 00110100
Octal 246 125 64
Decimal 166 85 52
Hex A6 55 34

RGB Percentages of Color #a65534

%54.79
%28.05
%17.16

CMYK Percentages of Color #a65534

%0
%49
%69
%35

Triadic Colors of #a65534

#a65534 #34a655 #5534a6

Analogous Colors of #a65534

#a65534 #a68e34 #a6344c

Monochromatic Colors of #a65534

#a65534

Complementary Color

#a65534 #3485a6

#a65534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65534 Color CSS Codes

.mybgcolor {background-color:#a65534; } 
.myforecolor {color:#a65534; }
.mybordercolor {border:3px solid #a65534; }

#a65534 Text Font Color

<p style="color:#a65534">Text here</p>

This sample text font color is #a65534
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a65534 Background Color

<div style="background-color:#a65534">
Div content here</div>

This div background color is #a65534


#a65534 Border Color

<div style="border:3px solid #a65534">
Div here</div>

This div border color is #a65534


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,85,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a65534; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a65534;
  -webkit-box-shadow: 1px 1px 3px 2px #a65534;
  box-shadow:         1px 1px 3px 2px #a65534; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,85,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a65534">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a65534;
  -webkit-box-shadow: 1px 1px 3px 2px #a65534;
  box-shadow:         1px 1px 3px 2px #a65534;">
Div content here</div>

This div box has shadow with color #a65534


Comments

No comments written yet.

Please login to write comment.