#A4510E

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

Shades of Rich Gold #A4510E

Tints of Rich Gold #A4510E

Color information

#A4510E (or 0xA4510E) is unknown color: approx Rich Gold. HEX triplet: A4, 51 and 0E. RGB value is (164,81,14). Sum of RGB (Red+Green+Blue) = 164+81+14=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4510E is #5BAEF1. Grayscale: #626262. Windows color (decimal): -6008562 or 938404. OLE color: 938404.

HSL color Cylindrical-coordinate representation of color #A4510E: hue angle of 26.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4510E is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1648114-
CMYK00.510.910.36
HSL26.8º84.27%34.9%-
HSV(B)26.8º91.46%64.31%-
XYZ18.3313.812.11-
YUV98.1880.5174.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.32%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=63.32%
G=31.27%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164811400.510.910.3626.884.2734.9
HexA451E0335B241b5423
Octal24412116063133443312443
Binary101001001010001111001100111011011100100110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4510E; }

 p { color: rgb(164,81,14); }

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

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

 a { background-color: rgb(164,81,14); }

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

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

 span { border-color: rgb(164,81,14); }

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