#A15123

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

Shades of Rich Gold #A15123

Tints of Rich Gold #A15123

Color information

#A15123 (or 0xA15123) is unknown color: approx Rich Gold. HEX triplet: A1, 51 and 23. RGB value is (161,81,35). Sum of RGB (Red+Green+Blue) = 161+81+35=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A15123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15123 is #5EAEDC. Grayscale: #636363. Windows color (decimal): -6205149 or 2314657. OLE color: 2314657.

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

Color convert

RGB1618135-
CMYK00.500.780.37
HSL21.9º64.29%38.43%-
HSV(B)21.9º78.26%63.14%-
XYZ17.9413.583.27-
YUV99.6891.5171.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 35 (14.06% from 255) = 12.64%
R=58.12%
G=29.24%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161813500.500.780.3721.964.2938.43
HexA151230324E25164026
Octal24112143062116452610046
Binary10100001101000110001101100101001110100101101101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15123; }

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

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

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

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

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

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

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

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