#A1461D

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

Shades of Rich Gold #A1461D

Tints of Rich Gold #A1461D

Color information

#A1461D (or 0xA1461D) is unknown color: approx Rich Gold. HEX triplet: A1, 46 and 1D. RGB value is (161,70,29). Sum of RGB (Red+Green+Blue) = 161+70+29=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1461D is #5EB9E2. Grayscale: #5C5C5C. Windows color (decimal): -6207971 or 1918625. OLE color: 1918625.

HSL color Cylindrical-coordinate representation of color #A1461D: hue angle of 18.64º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1461D is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB1617029-
CMYK00.570.820.37
HSL18.64º69.47%37.25%-
HSV(B)18.64º81.99%63.14%-
XYZ17.1112.052.59-
YUV92.5392.15176.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.92%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 29 (11.72% from 255) = 11.15%
R=61.92%
G=26.92%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161702900.570.820.3718.6469.4737.25
HexA1461D0395225134525
Octal24110635071122452310545
Binary1010000110001101110101110011010010100101100111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1461D; }

 p { color: rgb(161,70,29); }

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

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

 a { background-color: rgb(161,70,29); }

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

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

 span { border-color: rgb(161,70,29); }

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