Html Css Color HEX #A05F09 Golden Brown

📋 copy color: '#A05F09'

red 160 ◦ green 95 ◦ blue 9

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

Shades of Golden Brown #A05F09

Tints of Golden Brown #A05F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.98%

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

R = 60.61%
G = 35.98%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A05F09 (or 0xA05F09) is known color: Golden Brown. HEX triplet: A0, 5F and 09. RGB value is (160,95,9). Sum of RGB (Red+Green+Blue) = 160+95+9=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05F09 is #5FA0F6. Grayscale: #696969. Windows color (decimal): -6267127 or 614304. OLE color: 614304.

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

Color convert

RGB 160 95 9 -
CMYK 0 0.41 0.94 0.37
HSL 34.17º 0.89% 0.33% -
HSV(B) 34.17º 0.94% 0.63% -
XYZ 18.64 15.68 2.3 -
YUV 104.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 160 95 9 0 0.41 0.94 0.37 34.17 0.89 0.33
Hex A0 5F 9 0 29 5E 25 22 59 21
Octal 240 137 11 0 51 136 45 42 131 41
Binary 10100000 1011111 1001 0 101001 1011110 100101 100010 1011001 100001

Color Harmonies of #A05F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05F09

Black with #A05F09

Text Example


Text Example

White with #A05F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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