#A2531E

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

Shades of Rich Gold #A2531E

Tints of Rich Gold #A2531E

Color information

#A2531E (or 0xA2531E) is unknown color: approx Rich Gold. HEX triplet: A2, 53 and 1E. RGB value is (162,83,30). Sum of RGB (Red+Green+Blue) = 162+83+30=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2531E is #5DACE1. Grayscale: #646464. Windows color (decimal): -6139106 or 1987490. OLE color: 1987490.

HSL color Cylindrical-coordinate representation of color #A2531E: hue angle of 24.09º degrees, saturation: 0.69, 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 #A2531E is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1628330-
CMYK00.490.810.36
HSL24.09º68.75%37.65%-
HSV(B)24.09º81.48%63.53%-
XYZ18.2313.962.96-
YUV100.5888.17171.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.91%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=58.91%
G=30.18%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162833000.490.810.3624.0968.7537.65
HexA2531E0315124184526
Octal24212336061121443010546
Binary1010001010100111111001100011010001100100110001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2531E; }

 p { color: rgb(162,83,30); }

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

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

 a { background-color: rgb(162,83,30); }

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

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

 span { border-color: rgb(162,83,30); }

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