#A15021

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

Shades of Rich Gold #A15021

Tints of Rich Gold #A15021

Color information

#A15021 (or 0xA15021) is unknown color: approx Rich Gold. HEX triplet: A1, 50 and 21. RGB value is (161,80,33). Sum of RGB (Red+Green+Blue) = 161+80+33=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A15021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15021 is #5EAFDE. Grayscale: #636363. Windows color (decimal): -6205407 or 2183329. OLE color: 2183329.

HSL color Cylindrical-coordinate representation of color #A15021: hue angle of 22.03º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A15021 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1618033-
CMYK00.500.800.37
HSL22.03º65.98%38.04%-
HSV(B)22.03º79.5%63.14%-
XYZ17.8413.423.09-
YUV98.8690.84172.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.76%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=58.76%
G=29.20%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161803300.500.800.3722.0365.9838.04
HexA150210325025164226
Octal24112041062120452610246
Binary10100001101000010000101100101010000100101101101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15021; }

 p { color: rgb(161,80,33); }

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

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

 a { background-color: rgb(161,80,33); }

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

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

 span { border-color: rgb(161,80,33); }

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