#A15A01

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

Shades of Golden Brown #A15A01

Tints of Golden Brown #A15A01

Color information

#A15A01 (or 0xA15A01) is unknown color: approx Golden Brown. HEX triplet: A1, 5A and 01. RGB value is (161,90,1). Sum of RGB (Red+Green+Blue) = 161+90+1=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15A01 is #5EA5FE. Grayscale: #656565. Windows color (decimal): -6202879 or 88737. OLE color: 88737.

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

Color convert

RGB161901-
CMYK00.440.990.37
HSL33.38º98.77%31.76%-
HSV(B)33.38º99.38%63.14%-
XYZ18.3614.891.94-
YUV101.0871.52170.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.89%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=63.89%
G=35.71%
B=0.40%

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
Decimal16190100.440.990.3733.3898.7731.76
HexA15A102C6325216320
Octal2411321054143454114340
Binary1010000110110101010110011000111001011000011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A01; }

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

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

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

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

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

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

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

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