#A1471A

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

Shades of Rich Gold #A1471A

Tints of Rich Gold #A1471A

Color information

#A1471A (or 0xA1471A) is unknown color: approx Rich Gold. HEX triplet: A1, 47 and 1A. RGB value is (161,71,26). Sum of RGB (Red+Green+Blue) = 161+71+26=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1471A is #5EB8E5. Grayscale: #5D5D5D. Windows color (decimal): -6207718 or 1722273. OLE color: 1722273.

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

Color convert

RGB1617126-
CMYK00.560.840.37
HSL20º72.19%36.67%-
HSV(B)20º83.85%63.14%-
XYZ17.1412.162.42-
YUV92.7890.32176.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.40%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=62.40%
G=27.52%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161712600.560.840.372072.1936.67
HexA1471A0385425144825
Octal24110732070124452411045
Binary1010000110001111101001110001010100100101101001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1471A; }

 p { color: rgb(161,71,26); }

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

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

 a { background-color: rgb(161,71,26); }

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

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

 span { border-color: rgb(161,71,26); }

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