#A54A14

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

Shades of Rich Gold #A54A14

Tints of Rich Gold #A54A14

Color information

#A54A14 (or 0xA54A14) is unknown color: approx Rich Gold. HEX triplet: A5, 4A and 14. RGB value is (165,74,20). Sum of RGB (Red+Green+Blue) = 165+74+20=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54A14 is #5AB5EB. Grayscale: #5F5F5F. Windows color (decimal): -5944812 or 1329829. OLE color: 1329829.

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

Color convert

RGB1657420-
CMYK00.550.880.35
HSL22.34º78.38%36.27%-
HSV(B)22.34º87.88%64.71%-
XYZ18.0912.952.21-
YUV95.0585.65177.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.71%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=63.71%
G=28.57%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165742000.550.880.3522.3478.3836.27
HexA54A140375823164e24
Octal24511224067130432611644
Binary1010010110010101010001101111011000100011101101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A14; }

 p { color: rgb(165,74,20); }

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

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

 a { background-color: rgb(165,74,20); }

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

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

 span { border-color: rgb(165,74,20); }

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