#A05901

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

Shades of Golden Brown #A05901

Tints of Golden Brown #A05901

Color information

#A05901 (or 0xA05901) is unknown color: approx Golden Brown. HEX triplet: A0, 59 and 01. RGB value is (160,89,1). Sum of RGB (Red+Green+Blue) = 160+89+1=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A05901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05901 is #5FA6FE. Grayscale: #646464. Windows color (decimal): -6268671 or 88480. OLE color: 88480.

HSL color Cylindrical-coordinate representation of color #A05901: hue angle of 33.21º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A05901 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB160891-
CMYK00.440.990.37
HSL33.21º98.76%31.57%-
HSV(B)33.21º99.37%62.75%-
XYZ18.0814.621.9-
YUV100.272.02170.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 1 (0.78% from 255) = 0.4%
R=64%
G=35.6%
B=0.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16089100.440.990.3733.2198.7631.57
HexA059102C6325216320
Octal2401311054143454114340
Binary1010000010110011010110011000111001011000011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05901; }

 p { color: rgb(160,89,1); }

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

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

 a { background-color: rgb(160,89,1); }

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

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

 span { border-color: rgb(160,89,1); }

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