#A45514

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

Shades of Rich Gold #A45514

Tints of Rich Gold #A45514

Color information

#A45514 (or 0xA45514) is unknown color: approx Rich Gold. HEX triplet: A4, 55 and 14. RGB value is (164,85,20). Sum of RGB (Red+Green+Blue) = 164+85+20=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A45514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45514 is #5BAAEB. Grayscale: #656565. Windows color (decimal): -6007532 or 1332644. OLE color: 1332644.

HSL color Cylindrical-coordinate representation of color #A45514: hue angle of 27.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A45514 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB1648520-
CMYK00.480.880.36
HSL27.08º78.26%36.08%-
HSV(B)27.08º87.8%64.31%-
XYZ18.6814.442.46-
YUV101.2182.17172.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.97%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=60.97%
G=31.60%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164852000.480.880.3627.0878.2636.08
HexA4551403058241b4e24
Octal24412524060130443311644
Binary1010010010101011010001100001011000100100110111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45514; }

 p { color: rgb(164,85,20); }

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

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

 a { background-color: rgb(164,85,20); }

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

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

 span { border-color: rgb(164,85,20); }

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