#A2571F

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

Shades of Rich Gold #A2571F

Tints of Rich Gold #A2571F

Color information

#A2571F (or 0xA2571F) is unknown color: approx Rich Gold. HEX triplet: A2, 57 and 1F. RGB value is (162,87,31). Sum of RGB (Red+Green+Blue) = 162+87+31=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2571F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2571F is #5DA8E0. Grayscale: #676767. Windows color (decimal): -6138081 or 2054050. OLE color: 2054050.

HSL color Cylindrical-coordinate representation of color #A2571F: hue angle of 25.65º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2571F is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1628731-
CMYK00.460.810.36
HSL25.65º67.88%37.84%-
HSV(B)25.65º80.86%63.53%-
XYZ18.5614.63.14-
YUV103.0487.35170.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=57.86%
G=31.07%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162873100.460.810.3625.6567.8837.84
HexA2571F02E51241a4426
Octal24212737056121443210446
Binary1010001010101111111101011101010001100100110101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2571F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2571F; }

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

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

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

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

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

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

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

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