#A15200

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

Shades of Golden Brown #A15200

Tints of Golden Brown #A15200

Color information

#A15200 (or 0xA15200) is unknown color: approx Golden Brown. HEX triplet: A1, 52 and 00. RGB value is (161,82,0). Sum of RGB (Red+Green+Blue) = 161+82+0=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A15200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15200 is #5EADFF. Grayscale: #606060. Windows color (decimal): -6204928 or 21153. OLE color: 21153.

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

Color convert

RGB161820-
CMYK00.4910.37
HSL30.56º100%31.57%-
HSV(B)30.56º100%63.14%-
XYZ17.7213.611.69-
YUV96.2773.67174.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.26%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.26%
G=33.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16182000.4910.3730.5610031.57
HexA152003164251f6420
Octal2411220061144453714440
Binary101000011010010001100011100100100101111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15200; }

 p { color: rgb(161,82,0); }

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

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

 a { background-color: rgb(161,82,0); }

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

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

 span { border-color: rgb(161,82,0); }

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