#A7451E

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

Shades of Rich Gold #A7451E

Tints of Rich Gold #A7451E

Color information

#A7451E (or 0xA7451E) is unknown color: approx Rich Gold. HEX triplet: A7, 45 and 1E. RGB value is (167,69,30). Sum of RGB (Red+Green+Blue) = 167+69+30=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7451E is #58BAE1. Grayscale: #5E5E5E. Windows color (decimal): -5815010 or 1983911. OLE color: 1983911.

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

Color convert

RGB1676930-
CMYK00.590.820.35
HSL17.08º69.54%38.63%-
HSV(B)17.08º82.04%65.49%-
XYZ18.312.572.69-
YUV93.8691.97180.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.78%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=62.78%
G=25.94%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167693000.590.820.3517.0869.5438.63
HexA7451E03B5223114627
Octal24710536073122432110647
Binary1010011110001011111001110111010010100011100011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7451E; }

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

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

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

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

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

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

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

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