Html Css Color HEX #A05A09 Golden Brown

📋 copy color: '#A05A09'

red 160 ◦ green 90 ◦ blue 9

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

Shades of Golden Brown #A05A09

Tints of Golden Brown #A05A09

RGB

 RED value IS 160 (62.89% from 255) = 61.78%

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

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

R = 61.78%
G = 34.75%
B = 3.47%

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

#A05A09 (or 0xA05A09) is known color: Golden Brown. HEX triplet: A0, 5A and 09. RGB value is (160,90,9). Sum of RGB (Red+Green+Blue) = 160+90+9=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05A09 is #5FA5F6. Grayscale: #666666. Windows color (decimal): -6268407 or 613024. OLE color: 613024.

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

Color convert

RGB 160 90 9 -
CMYK 0 0.44 0.94 0.37
HSL 32.19º 0.89% 0.33% -
HSV(B) 32.19º 0.94% 0.63% -
XYZ 18.2 14.81 2.16 -
YUV 101.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 160 90 9 0 0.44 0.94 0.37 32.19 0.89 0.33
Hex A0 5A 9 0 2C 5E 25 20 59 21
Octal 240 132 11 0 54 136 45 40 131 41
Binary 10100000 1011010 1001 0 101100 1011110 100101 100000 1011001 100001

Color Harmonies of #A05A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A09

Black with #A05A09

Text Example


Text Example

White with #A05A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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