#A7471F

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

Shades of Rich Gold #A7471F

Tints of Rich Gold #A7471F

Color information

#A7471F (or 0xA7471F) is unknown color: approx Rich Gold. HEX triplet: A7, 47 and 1F. RGB value is (167,71,31). Sum of RGB (Red+Green+Blue) = 167+71+31=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A7471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7471F is #58B8E0. Grayscale: #5F5F5F. Windows color (decimal): -5814497 or 2049959. OLE color: 2049959.

HSL color Cylindrical-coordinate representation of color #A7471F: hue angle of 17.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7471F is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1677131-
CMYK00.570.810.35
HSL17.65º68.69%38.82%-
HSV(B)17.65º81.44%65.49%-
XYZ18.4412.822.8-
YUV95.1491.8179.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.08%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=62.08%
G=26.39%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167713100.570.810.3517.6568.6938.82
HexA7471F0395123124527
Octal24710737071121432210547
Binary1010011110001111111101110011010001100011100101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7471F; }

 p { color: rgb(167,71,31); }

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

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

 a { background-color: rgb(167,71,31); }

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

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

 span { border-color: rgb(167,71,31); }

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