Color Hex Logo

#a68036 Color Hex

#A68036
(166,128,54)
0 Favorites   0 Comments

Color spaces of #a68036

RGB 16612854
HSL0.110.510.43
HSV40°67°65°
CMYK 0.000.230.67   0.35
XYZ24.110923.81176.8154
Yxy23.81170.44050.4350
Hunter Lab48.79722.802425.8772
CIE-Lab55.89886.607044.5537

#a68036 color RGB value is (166,128,54).

#a68036 hex color red value is 166, green value is 128 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #a68036 hue: 0.11 , saturation: 0.51 and the lightness value of a68036 is 0.43.

The process color (four color CMYK) of #a68036 color hex is 0.00, 0.23, 0.67, 0.35. Web safe color of #a68036 is #999933. Color #a68036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000000 00110110
Octal 246 200 66
Decimal 166 128 54
Hex A6 80 36

RGB Percentages of Color #a68036

%47.70
%36.78
%15.52

CMYK Percentages of Color #a68036

%0
%23
%67
%35

Triadic Colors of #a68036

#a68036 #36a680 #8036a6

Analogous Colors of #a68036

#a68036 #94a636 #a64836

Monochromatic Colors of #a68036

#a68036

Complementary Color

#a68036 #365ca6

#a68036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68036 Color CSS Codes

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

#a68036 Text Font Color

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

This sample text font color is #a68036
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.


#a68036 Background Color

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

This div background color is #a68036


#a68036 Border Color

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

This div border color is #a68036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68036


Comments

No comments written yet.

Please login to write comment.