#A2561C

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

Shades of Rich Gold #A2561C

Tints of Rich Gold #A2561C

Color information

#A2561C (or 0xA2561C) is unknown color: approx Rich Gold. HEX triplet: A2, 56 and 1C. RGB value is (162,86,28). Sum of RGB (Red+Green+Blue) = 162+86+28=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2561C is #5DA9E3. Grayscale: #666666. Windows color (decimal): -6138340 or 1857186. OLE color: 1857186.

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

Color convert

RGB1628628-
CMYK00.470.830.36
HSL25.97º70.53%37.25%-
HSV(B)25.97º82.72%63.53%-
XYZ18.4414.422.91-
YUV102.1186.18170.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 28 (11.33% from 255) = 10.14%
R=58.70%
G=31.16%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162862800.470.830.3625.9770.5337.25
HexA2561C02F53241a4725
Octal24212634057123443210745
Binary1010001010101101110001011111010011100100110101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2561C; }

 p { color: rgb(162,86,28); }

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

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

 a { background-color: rgb(162,86,28); }

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

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

 span { border-color: rgb(162,86,28); }

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