Html Css Color HEX #A15A09 Golden Brown

📋 copy color: '#A15A09'

red 161 ◦ green 90 ◦ blue 9

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

Shades of Golden Brown #A15A09

Tints of Golden Brown #A15A09

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

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

R = 61.92%
G = 34.62%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A15A09 (or 0xA15A09) is known color: Golden Brown. HEX triplet: A1, 5A and 09. RGB value is (161,90,9). Sum of RGB (Red+Green+Blue) = 161+90+9=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15A09 is #5EA5F6. Grayscale: #666666. Windows color (decimal): -6202871 or 613025. OLE color: 613025.

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

Color convert

RGB 161 90 9 -
CMYK 0 0.44 0.94 0.37
HSL 31.97º 0.89% 0.33% -
HSV(B) 31.97º 0.94% 0.63% -
XYZ 18.4 14.91 2.17 -
YUV 102 75.52 170.09 -
System Red Green Blue C M Y K H S L
Decimal 161 90 9 0 0.44 0.94 0.37 31.97 0.89 0.33
Hex A1 5A 9 0 2C 5E 25 20 59 21
Octal 241 132 11 0 54 136 45 40 131 41
Binary 10100001 1011010 1001 0 101100 1011110 100101 100000 1011001 100001

Color Harmonies of #A15A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A09

Black with #A15A09

Text Example


Text Example

White with #A15A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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