Html Css Color HEX #A66F12 Golden Brown

📋 copy color: '#A66F12'

red 166 ◦ green 111 ◦ blue 18

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

Shades of Golden Brown #A66F12

Tints of Golden Brown #A66F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.63%

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

R = 56.27%
G = 37.63%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A66F12 (or 0xA66F12) is known color: Golden Brown. HEX triplet: A6, 6F and 12. RGB value is (166,111,18). Sum of RGB (Red+Green+Blue) = 166+111+18=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66F12 is #5990ED. Grayscale: #757575. Windows color (decimal): -5869806 or 1208230. OLE color: 1208230.

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

Color convert

RGB 166 111 18 -
CMYK 0 0.33 0.89 0.35
HSL 37.7º 0.8% 0.36% -
HSV(B) 37.7º 0.89% 0.65% -
XYZ 21.52 19.52 3.21 -
YUV 116.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 166 111 18 0 0.33 0.89 0.35 37.7 0.8 0.36
Hex A6 6F 12 0 21 59 23 26 50 24
Octal 246 157 22 0 41 131 43 46 120 44
Binary 10100110 1101111 10010 0 100001 1011001 100011 100110 1010000 100100

Color Harmonies of #A66F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F12

Black with #A66F12

Text Example


Text Example

White with #A66F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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