Html Css Color HEX #A16120 Golden Brown

📋 copy color: '#A16120'

red 161 ◦ green 97 ◦ blue 32

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

Shades of Golden Brown #A16120

Tints of Golden Brown #A16120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 55.52%
G = 33.45%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A16120 (or 0xA16120) is known color: Golden Brown. HEX triplet: A1, 61 and 20. RGB value is (161,97,32). Sum of RGB (Red+Green+Blue) = 161+97+32=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A16120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16120 is #5E9EDF. Grayscale: #6D6D6D. Windows color (decimal): -6201056 or 2122145. OLE color: 2122145.

HSL color Cylindrical-coordinate representation of color #A16120: hue angle of 30.23º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A16120 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 32 -
CMYK 0 0.40 0.80 0.37
HSL 30.23º 0.67% 0.38% -
HSV(B) 30.23º 0.8% 0.63% -
XYZ 19.23 16.23 3.49 -
YUV 108.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 161 97 32 0 0.40 0.80 0.37 30.23 0.67 0.38
Hex A1 61 20 0 28 50 25 1E 43 26
Octal 241 141 40 0 50 120 45 36 103 46
Binary 10100001 1100001 100000 0 101000 1010000 100101 11110 1000011 100110

Color Harmonies of #A16120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16120

Black with #A16120

Text Example


Text Example

White with #A16120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16120; }

 p { color: rgb(161,97,32); }

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

background-color css

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

 a { background-color: rgb(161,97,32); }

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

border-color css

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

 span { border-color: rgb(161,97,32); }

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