Html Css Color HEX #A66212 Golden Brown

📋 copy color: '#A66212'

red 166 ◦ green 98 ◦ blue 18

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

Shades of Golden Brown #A66212

Tints of Golden Brown #A66212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

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

R = 58.87%
G = 34.75%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A66212 (or 0xA66212) is known color: Golden Brown. HEX triplet: A6, 62 and 12. RGB value is (166,98,18). Sum of RGB (Red+Green+Blue) = 166+98+18=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A66212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66212 is #599DED. Grayscale: #6D6D6D. Windows color (decimal): -5873134 or 1204902. OLE color: 1204902.

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

Color convert

RGB 166 98 18 -
CMYK 0 0.41 0.89 0.35
HSL 32.43º 0.8% 0.36% -
HSV(B) 32.43º 0.89% 0.65% -
XYZ 20.2 16.89 2.77 -
YUV 109.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 166 98 18 0 0.41 0.89 0.35 32.43 0.8 0.36
Hex A6 62 12 0 29 59 23 20 50 24
Octal 246 142 22 0 51 131 43 40 120 44
Binary 10100110 1100010 10010 0 101001 1011001 100011 100000 1010000 100100

Color Harmonies of #A66212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66212

Black with #A66212

Text Example


Text Example

White with #A66212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66212; }

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

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

background-color css

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

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

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

border-color css

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

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

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