#A2451F

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

Shades of Rich Gold #A2451F

Tints of Rich Gold #A2451F

Color information

#A2451F (or 0xA2451F) is unknown color: approx Rich Gold. HEX triplet: A2, 45 and 1F. RGB value is (162,69,31). Sum of RGB (Red+Green+Blue) = 162+69+31=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A2451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2451F is #5DBAE0. Grayscale: #5C5C5C. Windows color (decimal): -6142689 or 2049442. OLE color: 2049442.

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

Color convert

RGB1626931-
CMYK00.570.810.36
HSL17.4º67.88%37.84%-
HSV(B)17.4º80.86%63.53%-
XYZ17.2812.042.71-
YUV92.4893.31177.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=61.83%
G=26.34%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162693100.570.810.3617.467.8837.84
HexA2451F0395124114426
Octal24210537071121442110446
Binary1010001010001011111101110011010001100100100011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2451F; }

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

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

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

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

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

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

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

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