Html Css Color HEX #A66216 Golden Brown

📋 copy color: '#A66216'

red 166 ◦ green 98 ◦ blue 22

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

Shades of Golden Brown #A66216

Tints of Golden Brown #A66216

RGB

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

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

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

R = 58.04%
G = 34.27%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A66216 (or 0xA66216) is known color: Golden Brown. HEX triplet: A6, 62 and 16. RGB value is (166,98,22). Sum of RGB (Red+Green+Blue) = 166+98+22=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A66216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66216 is #599DE9. Grayscale: #6E6E6E. Windows color (decimal): -5873130 or 1467046. OLE color: 1467046.

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

Color convert

RGB 166 98 22 -
CMYK 0 0.41 0.87 0.35
HSL 31.67º 0.77% 0.37% -
HSV(B) 31.67º 0.87% 0.65% -
XYZ 20.24 16.9 2.95 -
YUV 109.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 166 98 22 0 0.41 0.87 0.35 31.67 0.77 0.37
Hex A6 62 16 0 29 57 23 20 4D 25
Octal 246 142 26 0 51 127 43 40 115 45
Binary 10100110 1100010 10110 0 101001 1010111 100011 100000 1001101 100101

Color Harmonies of #A66216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66216

Black with #A66216

Text Example


Text Example

White with #A66216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66216; }

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

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

background-color css

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

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

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

border-color css

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

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

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