Html Css Color HEX #A66412 Golden Brown

📋 copy color: '#A66412'

red 166 ◦ green 100 ◦ blue 18

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

Shades of Golden Brown #A66412

Tints of Golden Brown #A66412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 58.45%
G = 35.21%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A66412 (or 0xA66412) is known color: Golden Brown. HEX triplet: A6, 64 and 12. RGB value is (166,100,18). Sum of RGB (Red+Green+Blue) = 166+100+18=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A66412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66412 is #599BED. Grayscale: #6E6E6E. Windows color (decimal): -5872622 or 1205414. OLE color: 1205414.

HSL color Cylindrical-coordinate representation of color #A66412: hue angle of 33.24º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A66412 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 18 -
CMYK 0 0.40 0.89 0.35
HSL 33.24º 0.8% 0.36% -
HSV(B) 33.24º 0.89% 0.65% -
XYZ 20.39 17.27 2.83 -
YUV 110.39 75.87 167.67 -
System Red Green Blue C M Y K H S L
Decimal 166 100 18 0 0.40 0.89 0.35 33.24 0.8 0.36
Hex A6 64 12 0 28 59 23 21 50 24
Octal 246 144 22 0 50 131 43 41 120 44
Binary 10100110 1100100 10010 0 101000 1011001 100011 100001 1010000 100100

Color Harmonies of #A66412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66412

Black with #A66412

Text Example


Text Example

White with #A66412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66412; }

 p { color: rgb(166,100,18); }

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

background-color css

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

 a { background-color: rgb(166,100,18); }

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

border-color css

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

 span { border-color: rgb(166,100,18); }

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