#A25927

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

Shades of Rich Gold #A25927

Tints of Rich Gold #A25927

Color information

#A25927 (or 0xA25927) is unknown color: approx Rich Gold. HEX triplet: A2, 59 and 27. RGB value is (162,89,39). Sum of RGB (Red+Green+Blue) = 162+89+39=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A25927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25927 is #5DA6D8. Grayscale: #696969. Windows color (decimal): -6137561 or 2578850. OLE color: 2578850.

HSL color Cylindrical-coordinate representation of color #A25927: hue angle of 24.39º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A25927 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1628939-
CMYK00.450.760.36
HSL24.39º61.19%39.41%-
HSV(B)24.39º75.93%63.53%-
XYZ18.8414.973.82-
YUV105.1390.68168.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=55.86%
G=30.69%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162893900.450.760.3624.3961.1939.41
HexA2592702D4C24183d27
Octal2421314705511444307547
Binary1010001010110011001110101101100110010010011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25927; }

 p { color: rgb(162,89,39); }

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

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

 a { background-color: rgb(162,89,39); }

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

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

 span { border-color: rgb(162,89,39); }

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