#A2461F

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

Shades of Rich Gold #A2461F

Tints of Rich Gold #A2461F

Color information

#A2461F (or 0xA2461F) is unknown color: approx Rich Gold. HEX triplet: A2, 46 and 1F. RGB value is (162,70,31). Sum of RGB (Red+Green+Blue) = 162+70+31=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A2461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2461F is #5DB9E0. Grayscale: #5D5D5D. Windows color (decimal): -6142433 or 2049698. OLE color: 2049698.

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

Color convert

RGB1627031-
CMYK00.570.810.36
HSL17.86º67.88%37.84%-
HSV(B)17.86º80.86%63.53%-
XYZ17.3412.162.73-
YUV93.0692.98177.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=61.60%
G=26.62%
B=11.79%

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
Decimal162703100.570.810.3617.8667.8837.84
HexA2461F0395124124426
Octal24210637071121442210446
Binary1010001010001101111101110011010001100100100101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2461F; }

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

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

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

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

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

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

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

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