#A05F20

Color #A05F20 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A05F20

Tints of Golden Brown #A05F20

Color information

#A05F20 (or 0xA05F20) is unknown color: approx Golden Brown. HEX triplet: A0, 5F and 20. RGB value is (160,95,32). Sum of RGB (Red+Green+Blue) = 160+95+32=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05F20 is #5FA0DF. Grayscale: #6B6B6B. Windows color (decimal): -6267104 or 2121632. OLE color: 2121632.

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

Color convert

RGB1609532-
CMYK00.410.800.37
HSL29.53º66.67%37.65%-
HSV(B)29.53º80%62.75%-
XYZ18.8515.763.42-
YUV107.2585.53165.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 32 (12.89% from 255) = 11.15%
R=55.75%
G=33.10%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160953200.410.800.3729.5366.6737.65
HexA05F2002950251e4326
Octal24013740051120453610346
Binary10100000101111110000001010011010000100101111101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F20; }

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

 H1.HeaderClassName
 {
   color: #A05F20;
 }
 .AnyTagClassName
 {
   color: #A05F20;
 }
</style>
background-color css

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

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

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

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

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

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