#A15122

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

Shades of Rich Gold #A15122

Tints of Rich Gold #A15122

Color information

#A15122 (or 0xA15122) is unknown color: approx Rich Gold. HEX triplet: A1, 51 and 22. RGB value is (161,81,34). Sum of RGB (Red+Green+Blue) = 161+81+34=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A15122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15122 is #5EAEDD. Grayscale: #636363. Windows color (decimal): -6205150 or 2249121. OLE color: 2249121.

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

Color convert

RGB1618134-
CMYK00.500.790.37
HSL22.2º65.13%38.24%-
HSV(B)22.2º78.88%63.14%-
XYZ17.9313.583.19-
YUV99.5691171.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=58.33%
G=29.35%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161813400.500.790.3722.265.1338.24
HexA151220324F25164126
Octal24112142062117452610146
Binary10100001101000110001001100101001111100101101101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15122; }

 p { color: rgb(161,81,34); }

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

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

 a { background-color: rgb(161,81,34); }

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

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

 span { border-color: rgb(161,81,34); }

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