#A2441C

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

Shades of Rich Gold #A2441C

Tints of Rich Gold #A2441C

Color information

#A2441C (or 0xA2441C) is unknown color: approx Rich Gold. HEX triplet: A2, 44 and 1C. RGB value is (162,68,28). Sum of RGB (Red+Green+Blue) = 162+68+28=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A2441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2441C is #5DBBE3. Grayscale: #5B5B5B. Windows color (decimal): -6142948 or 1852578. OLE color: 1852578.

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

Color convert

RGB1626828-
CMYK00.580.830.36
HSL17.91º70.53%37.25%-
HSV(B)17.91º82.72%63.53%-
XYZ17.1811.92.49-
YUV91.5592.14178.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.79%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 28 (11.33% from 255) = 10.85%
R=62.79%
G=26.36%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162682800.580.830.3617.9170.5337.25
HexA2441C03A5324124725
Octal24210434072123442210745
Binary1010001010001001110001110101010011100100100101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2441C; }

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

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

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

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

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

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

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

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