Html Css Color HEX #A66C08 Golden Brown

📋 copy color: '#A66C08'

red 166 ◦ green 108 ◦ blue 8

#A66C08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A66C08

Tints of Golden Brown #A66C08

RGB

 RED value IS 166 (65.23% from 255) = 58.87%

 GREEN value IS 108 (42.58% from 255) = 38.3%

 BLUE value IS 8 (3.52% from 255) = 2.84%

R = 58.87%
G = 38.3%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A66C08 (or 0xA66C08) is known color: Golden Brown. HEX triplet: A6, 6C and 08. RGB value is (166,108,8). Sum of RGB (Red+Green+Blue) = 166+108+8=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66C08 is #5993F7. Grayscale: #727272. Windows color (decimal): -5870584 or 552102. OLE color: 552102.

HSL color Cylindrical-coordinate representation of color #A66C08: hue angle of 37.97º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A66C08 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 108 8 -
CMYK 0 0.35 0.95 0.35
HSL 37.97º 0.91% 0.34% -
HSV(B) 37.97º 0.95% 0.65% -
XYZ 21.13 18.85 2.75 -
YUV 113.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 166 108 8 0 0.35 0.95 0.35 37.97 0.91 0.34
Hex A6 6C 8 0 23 5F 23 26 5B 22
Octal 246 154 10 0 43 137 43 46 133 42
Binary 10100110 1101100 1000 0 100011 1011111 100011 100110 1011011 100010

Color Harmonies of #A66C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C08

Black with #A66C08

Text Example


Text Example

White with #A66C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C08; }

 p { color: rgb(166,108,8); }

 H1.HeaderClassName
 {
   color: #A66C08;
 }
 .AnyTagClassName
 {
   color: #A66C08;
 }
</style>

background-color css

<style>
 a { background-color: #A66C08; }

 a { background-color: rgb(166,108,8); }

 div.DivClassName
 {
   background-color: #A66C08;
 }
 .BgClassName
 {
   background-color: #A66C08;
 }
</style>

border-color css

<style>
 span { border-color: #A66C08; }

 span { border-color: rgb(166,108,8); }

 td.TdClassName
 {
   border-color: #A66C08;
 }
 .TagClassName
 {
   border-color: #A66C08;
 }
</style>