#A2541B

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

Shades of Rich Gold #A2541B

Tints of Rich Gold #A2541B

Color information

#A2541B (or 0xA2541B) is unknown color: approx Rich Gold. HEX triplet: A2, 54 and 1B. RGB value is (162,84,27). Sum of RGB (Red+Green+Blue) = 162+84+27=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2541B is #5DABE4. Grayscale: #656565. Windows color (decimal): -6138853 or 1791138. OLE color: 1791138.

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

Color convert

RGB1628427-
CMYK00.480.830.36
HSL25.33º71.43%37.06%-
HSV(B)25.33º83.33%63.53%-
XYZ18.2714.12.8-
YUV100.8286.34171.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 27 (10.94% from 255) = 9.89%
R=59.34%
G=30.77%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162842700.480.830.3625.3371.4337.06
HexA2541B0305324194725
Octal24212433060123443110745
Binary1010001010101001101101100001010011100100110011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2541B; }

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

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

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

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

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

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

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

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