#A2541A

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

Shades of Rich Gold #A2541A

Tints of Rich Gold #A2541A

Color information

#A2541A (or 0xA2541A) is unknown color: approx Rich Gold. HEX triplet: A2, 54 and 1A. RGB value is (162,84,26). Sum of RGB (Red+Green+Blue) = 162+84+26=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2541A is #5DABE5. Grayscale: #656565. Windows color (decimal): -6138854 or 1725602. OLE color: 1725602.

HSL color Cylindrical-coordinate representation of color #A2541A: hue angle of 25.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2541A is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1628426-
CMYK00.480.840.36
HSL25.59º72.34%36.86%-
HSV(B)25.59º83.95%63.53%-
XYZ18.2614.12.74-
YUV100.7185.84171.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=59.56%
G=30.88%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162842600.480.840.3625.5972.3436.86
HexA2541A03054241a4825
Octal24212432060124443211045
Binary1010001010101001101001100001010100100100110101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2541A; }

 p { color: rgb(162,84,26); }

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

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

 a { background-color: rgb(162,84,26); }

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

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

 span { border-color: rgb(162,84,26); }

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