#A15214

Color #A15214 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A15214

Tints of Rich Gold #A15214

Color information

#A15214 (or 0xA15214) is unknown color: approx Rich Gold. HEX triplet: A1, 52 and 14. RGB value is (161,82,20). Sum of RGB (Red+Green+Blue) = 161+82+20=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A15214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15214 is #5EADEB. Grayscale: #626262. Windows color (decimal): -6204908 or 1331873. OLE color: 1331873.

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

Color convert

RGB1618220-
CMYK00.490.880.37
HSL26.38º77.9%35.49%-
HSV(B)26.38º87.58%63.14%-
XYZ17.8413.662.36-
YUV98.5583.67172.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=61.22%
G=31.18%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161822000.490.880.3726.3877.935.49
HexA1521403158251a4e23
Octal24112224061130453211643
Binary1010000110100101010001100011011000100101110101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15214; }

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

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

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

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

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

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

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

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