Html Css Color HEX #A16811 Golden Brown

📋 copy color: '#A16811'

red 161 ◦ green 104 ◦ blue 17

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

Shades of Golden Brown #A16811

Tints of Golden Brown #A16811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

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

R = 57.09%
G = 36.88%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A16811 (or 0xA16811) is known color: Golden Brown. HEX triplet: A1, 68 and 11. RGB value is (161,104,17). Sum of RGB (Red+Green+Blue) = 161+104+17=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16811 is #5E97EE. Grayscale: #6F6F6F. Windows color (decimal): -6199279 or 1140897. OLE color: 1140897.

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

Color convert

RGB 161 104 17 -
CMYK 0 0.35 0.89 0.37
HSL 36.25º 0.81% 0.35% -
HSV(B) 36.25º 0.89% 0.63% -
XYZ 19.75 17.52 2.87 -
YUV 111.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 161 104 17 0 0.35 0.89 0.37 36.25 0.81 0.35
Hex A1 68 11 0 23 59 25 24 51 23
Octal 241 150 21 0 43 131 45 44 121 43
Binary 10100001 1101000 10001 0 100011 1011001 100101 100100 1010001 100011

Color Harmonies of #A16811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16811

Black with #A16811

Text Example


Text Example

White with #A16811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16811; }

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

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

background-color css

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

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

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

border-color css

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

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

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