#A27215

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

Shades of Golden Brown #A27215

Tints of Golden Brown #A27215

Color information

#A27215 (or 0xA27215) is unknown color: approx Golden Brown. HEX triplet: A2, 72 and 15. RGB value is (162,114,21). Sum of RGB (Red+Green+Blue) = 162+114+21=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A27215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27215 is #5D8DEA. Grayscale: #767676. Windows color (decimal): -6131179 or 1405602. OLE color: 1405602.

HSL color Cylindrical-coordinate representation of color #A27215: hue angle of 39.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A27215 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16211421-
CMYK00.300.870.36
HSL39.57º77.05%35.88%-
HSV(B)39.57º87.04%63.53%-
XYZ21.0519.773.42-
YUV117.7573.4159.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.55%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=54.55%
G=38.38%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621142100.300.870.3639.5777.0535.88
HexA2721501E5724284d24
Octal24216225036127445011544
Binary1010001011100101010101111010101111001001010001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27215; }

 p { color: rgb(162,114,21); }

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

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

 a { background-color: rgb(162,114,21); }

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

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

 span { border-color: rgb(162,114,21); }

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