Html Css Color HEX #A16A16 Golden Brown

📋 copy color: '#A16A16'

red 161 ◦ green 106 ◦ blue 22

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

Shades of Golden Brown #A16A16

Tints of Golden Brown #A16A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

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

R = 55.71%
G = 36.68%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A16A16 (or 0xA16A16) is known color: Golden Brown. HEX triplet: A1, 6A and 16. RGB value is (161,106,22). Sum of RGB (Red+Green+Blue) = 161+106+22=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16A16 is #5E95E9. Grayscale: #717171. Windows color (decimal): -6198762 or 1469089. OLE color: 1469089.

HSL color Cylindrical-coordinate representation of color #A16A16: hue angle of 36.26º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A16A16 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 106 22 -
CMYK 0 0.34 0.86 0.37
HSL 36.26º 0.76% 0.36% -
HSV(B) 36.26º 0.86% 0.63% -
XYZ 20 17.94 3.17 -
YUV 112.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 161 106 22 0 0.34 0.86 0.37 36.26 0.76 0.36
Hex A1 6A 16 0 22 56 25 24 4C 24
Octal 241 152 26 0 42 126 45 44 114 44
Binary 10100001 1101010 10110 0 100010 1010110 100101 100100 1001100 100100

Color Harmonies of #A16A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16A16

Black with #A16A16

Text Example


Text Example

White with #A16A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16A16; }

 p { color: rgb(161,106,22); }

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

background-color css

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

 a { background-color: rgb(161,106,22); }

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

border-color css

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

 span { border-color: rgb(161,106,22); }

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