Html Css Color HEX #A16F11 Golden Brown

📋 copy color: '#A16F11'

red 161 ◦ green 111 ◦ blue 17

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

Shades of Golden Brown #A16F11

Tints of Golden Brown #A16F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

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

R = 55.71%
G = 38.41%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A16F11 (or 0xA16F11) is known color: Golden Brown. HEX triplet: A1, 6F and 11. RGB value is (161,111,17). Sum of RGB (Red+Green+Blue) = 161+111+17=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16F11 is #5E90EE. Grayscale: #737373. Windows color (decimal): -6197487 or 1142689. OLE color: 1142689.

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

Color convert

RGB 161 111 17 -
CMYK 0 0.31 0.89 0.37
HSL 39.17º 0.81% 0.35% -
HSV(B) 39.17º 0.89% 0.63% -
XYZ 20.48 18.99 3.12 -
YUV 115.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 161 111 17 0 0.31 0.89 0.37 39.17 0.81 0.35
Hex A1 6F 11 0 1F 59 25 27 51 23
Octal 241 157 21 0 37 131 45 47 121 43
Binary 10100001 1101111 10001 0 11111 1011001 100101 100111 1010001 100011

Color Harmonies of #A16F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16F11

Black with #A16F11

Text Example


Text Example

White with #A16F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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