#A7461C

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

Shades of Rich Gold #A7461C

Tints of Rich Gold #A7461C

Color information

#A7461C (or 0xA7461C) is unknown color: approx Rich Gold. HEX triplet: A7, 46 and 1C. RGB value is (167,70,28). Sum of RGB (Red+Green+Blue) = 167+70+28=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A7461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7461C is #58B9E3. Grayscale: #5E5E5E. Windows color (decimal): -5814756 or 1853095. OLE color: 1853095.

HSL color Cylindrical-coordinate representation of color #A7461C: hue angle of 18.13º 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 #A7461C is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1677028-
CMYK00.580.830.35
HSL18.13º71.28%38.24%-
HSV(B)18.13º83.23%65.49%-
XYZ18.3412.682.58-
YUV94.2290.64179.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.02%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=63.02%
G=26.42%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167702800.580.830.3518.1371.2838.24
HexA7461C03A5323124726
Octal24710634072123432210746
Binary1010011110001101110001110101010011100011100101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7461C; }

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

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

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

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

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

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

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

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