Html Css Color HEX #A16009 Golden Brown

📋 copy color: '#A16009'

red 161 ◦ green 96 ◦ blue 9

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

Shades of Golden Brown #A16009

Tints of Golden Brown #A16009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 9 (3.91% from 255) = 3.38%

R = 60.53%
G = 36.09%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A16009 (or 0xA16009) is known color: Golden Brown. HEX triplet: A1, 60 and 09. RGB value is (161,96,9). Sum of RGB (Red+Green+Blue) = 161+96+9=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A16009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16009 is #5E9FF6. Grayscale: #696969. Windows color (decimal): -6201335 or 614561. OLE color: 614561.

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

Color convert

RGB 161 96 9 -
CMYK 0 0.40 0.94 0.37
HSL 34.34º 0.89% 0.33% -
HSV(B) 34.34º 0.94% 0.63% -
XYZ 18.93 15.96 2.34 -
YUV 105.52 73.53 167.57 -
System Red Green Blue C M Y K H S L
Decimal 161 96 9 0 0.40 0.94 0.37 34.34 0.89 0.33
Hex A1 60 9 0 28 5E 25 22 59 21
Octal 241 140 11 0 50 136 45 42 131 41
Binary 10100001 1100000 1001 0 101000 1011110 100101 100010 1011001 100001

Color Harmonies of #A16009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16009

Black with #A16009

Text Example


Text Example

White with #A16009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16009; }

 p { color: rgb(161,96,9); }

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

background-color css

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

 a { background-color: rgb(161,96,9); }

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

border-color css

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

 span { border-color: rgb(161,96,9); }

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