#A7461E

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

Shades of Rich Gold #A7461E

Tints of Rich Gold #A7461E

Color information

#A7461E (or 0xA7461E) is unknown color: approx Rich Gold. HEX triplet: A7, 46 and 1E. RGB value is (167,70,30). Sum of RGB (Red+Green+Blue) = 167+70+30=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A7461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7461E is #58B9E1. Grayscale: #5E5E5E. Windows color (decimal): -5814754 or 1984167. OLE color: 1984167.

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

Color convert

RGB1677030-
CMYK00.580.820.35
HSL17.52º69.54%38.63%-
HSV(B)17.52º82.04%65.49%-
XYZ18.3612.692.71-
YUV94.4491.64179.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.55%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=62.55%
G=26.22%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167703000.580.820.3517.5269.5438.63
HexA7461E03A5223124627
Octal24710636072122432210647
Binary1010011110001101111001110101010010100011100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7461E; }

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

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

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

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

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

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

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

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