Html Css Color HEX #A66608 Golden Brown

📋 copy color: '#A66608'

red 166 ◦ green 102 ◦ blue 8

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

Shades of Golden Brown #A66608

Tints of Golden Brown #A66608

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

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

R = 60.14%
G = 36.96%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A66608 (or 0xA66608) is known color: Golden Brown. HEX triplet: A6, 66 and 08. RGB value is (166,102,8). Sum of RGB (Red+Green+Blue) = 166+102+8=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A66608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66608 is #5999F7. Grayscale: #6E6E6E. Windows color (decimal): -5872120 or 550566. OLE color: 550566.

HSL color Cylindrical-coordinate representation of color #A66608: hue angle of 35.7º 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 #A66608 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 102 8 -
CMYK 0 0.39 0.95 0.35
HSL 35.7º 0.91% 0.34% -
HSV(B) 35.7º 0.95% 0.65% -
XYZ 20.52 17.63 2.55 -
YUV 110.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 166 102 8 0 0.39 0.95 0.35 35.7 0.91 0.34
Hex A6 66 8 0 27 5F 23 24 5B 22
Octal 246 146 10 0 47 137 43 44 133 42
Binary 10100110 1100110 1000 0 100111 1011111 100011 100100 1011011 100010

Color Harmonies of #A66608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66608

Black with #A66608

Text Example


Text Example

White with #A66608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66608; }

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

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

background-color css

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

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

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

border-color css

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

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

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