Html Css Color HEX #A66A16 Golden Brown

📋 copy color: '#A66A16'

red 166 ◦ green 106 ◦ blue 22

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

Shades of Golden Brown #A66A16

Tints of Golden Brown #A66A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

 BLUE value IS 22 (8.98% from 255) = 7.48%

R = 56.46%
G = 36.05%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A66A16 (or 0xA66A16) is known color: Golden Brown. HEX triplet: A6, 6A and 16. RGB value is (166,106,22). Sum of RGB (Red+Green+Blue) = 166+106+22=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66A16 is #5995E9. Grayscale: #727272. Windows color (decimal): -5871082 or 1469094. OLE color: 1469094.

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

Color convert

RGB 166 106 22 -
CMYK 0 0.36 0.87 0.35
HSL 35º 0.77% 0.37% -
HSV(B) 35º 0.87% 0.65% -
XYZ 21.02 18.47 3.22 -
YUV 114.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 166 106 22 0 0.36 0.87 0.35 35 0.77 0.37
Hex A6 6A 16 0 24 57 23 23 4D 25
Octal 246 152 26 0 44 127 43 43 115 45
Binary 10100110 1101010 10110 0 100100 1010111 100011 100011 1001101 100101

Color Harmonies of #A66A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A16

Black with #A66A16

Text Example


Text Example

White with #A66A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A16; }

 p { color: rgb(166,106,22); }

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

background-color css

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

 a { background-color: rgb(166,106,22); }

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

border-color css

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

 span { border-color: rgb(166,106,22); }

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