Html Css Color HEX #A16211 Golden Brown

📋 copy color: '#A16211'

red 161 ◦ green 98 ◦ blue 17

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

Shades of Golden Brown #A16211

Tints of Golden Brown #A16211

RGB

 RED value IS 161 (63.28% from 255) = 58.33%

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

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 58.33%
G = 35.51%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A16211 (or 0xA16211) is known color: Golden Brown. HEX triplet: A1, 62 and 11. RGB value is (161,98,17). Sum of RGB (Red+Green+Blue) = 161+98+17=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A16211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16211 is #5E9DEE. Grayscale: #6B6B6B. Windows color (decimal): -6200815 or 1139361. OLE color: 1139361.

HSL color Cylindrical-coordinate representation of color #A16211: hue angle of 33.75º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A16211 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 98 17 -
CMYK 0 0.39 0.89 0.37
HSL 33.75º 0.81% 0.35% -
HSV(B) 33.75º 0.89% 0.63% -
XYZ 19.17 16.35 2.68 -
YUV 107.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 161 98 17 0 0.39 0.89 0.37 33.75 0.81 0.35
Hex A1 62 11 0 27 59 25 22 51 23
Octal 241 142 21 0 47 131 45 42 121 43
Binary 10100001 1100010 10001 0 100111 1011001 100101 100010 1010001 100011

Color Harmonies of #A16211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16211

Black with #A16211

Text Example


Text Example

White with #A16211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16211; }

 p { color: rgb(161,98,17); }

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

background-color css

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

 a { background-color: rgb(161,98,17); }

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

border-color css

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

 span { border-color: rgb(161,98,17); }

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