#A7471C

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

Shades of Rich Gold #A7471C

Tints of Rich Gold #A7471C

Color information

#A7471C (or 0xA7471C) is unknown color: approx Rich Gold. HEX triplet: A7, 47 and 1C. RGB value is (167,71,28). Sum of RGB (Red+Green+Blue) = 167+71+28=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7471C is #58B8E3. Grayscale: #5F5F5F. Windows color (decimal): -5814500 or 1853351. OLE color: 1853351.

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

Color convert

RGB1677128-
CMYK00.570.830.35
HSL18.56º71.28%38.24%-
HSV(B)18.56º83.23%65.49%-
XYZ18.412.812.6-
YUV94.890.3179.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.78%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 28 (11.33% from 255) = 10.53%
R=62.78%
G=26.69%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167712800.570.830.3518.5671.2838.24
HexA7471C0395323134726
Octal24710734071123432310746
Binary1010011110001111110001110011010011100011100111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7471C; }

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

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

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

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

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

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

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

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