Html Css Color HEX #A66916 Golden Brown

📋 copy color: '#A66916'

red 166 ◦ green 105 ◦ blue 22

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

Shades of Golden Brown #A66916

Tints of Golden Brown #A66916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 56.66%
G = 35.84%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A66916 (or 0xA66916) is known color: Golden Brown. HEX triplet: A6, 69 and 16. RGB value is (166,105,22). Sum of RGB (Red+Green+Blue) = 166+105+22=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A66916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66916 is #5996E9. Grayscale: #727272. Windows color (decimal): -5871338 or 1468838. OLE color: 1468838.

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

Color convert

RGB 166 105 22 -
CMYK 0 0.37 0.87 0.35
HSL 34.58º 0.77% 0.37% -
HSV(B) 34.58º 0.87% 0.65% -
XYZ 20.92 18.27 3.18 -
YUV 113.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 166 105 22 0 0.37 0.87 0.35 34.58 0.77 0.37
Hex A6 69 16 0 25 57 23 23 4D 25
Octal 246 151 26 0 45 127 43 43 115 45
Binary 10100110 1101001 10110 0 100101 1010111 100011 100011 1001101 100101

Color Harmonies of #A66916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66916

Black with #A66916

Text Example


Text Example

White with #A66916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66916; }

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

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

background-color css

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

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

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

border-color css

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

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

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