#A25727

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

Shades of Rich Gold #A25727

Tints of Rich Gold #A25727

Color information

#A25727 (or 0xA25727) is unknown color: approx Rich Gold. HEX triplet: A2, 57 and 27. RGB value is (162,87,39). Sum of RGB (Red+Green+Blue) = 162+87+39=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A25727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25727 is #5DA8D8. Grayscale: #686868. Windows color (decimal): -6138073 or 2578338. OLE color: 2578338.

HSL color Cylindrical-coordinate representation of color #A25727: hue angle of 23.41º 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 #A25727 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1628739-
CMYK00.460.760.36
HSL23.41º61.19%39.41%-
HSV(B)23.41º75.93%63.53%-
XYZ18.6714.643.76-
YUV103.9591.35169.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.25%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=56.25%
G=30.21%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162873900.460.760.3623.4161.1939.41
HexA2572702E4C24173d27
Octal2421274705611444277547
Binary1010001010101111001110101110100110010010010111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25727; }

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

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

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

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

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

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

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

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