#A54C13

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

Shades of Rich Gold #A54C13

Tints of Rich Gold #A54C13

Color information

#A54C13 (or 0xA54C13) is unknown color: approx Rich Gold. HEX triplet: A5, 4C and 13. RGB value is (165,76,19). Sum of RGB (Red+Green+Blue) = 165+76+19=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C13 is #5AB3EC. Grayscale: #606060. Windows color (decimal): -5944301 or 1264805. OLE color: 1264805.

HSL color Cylindrical-coordinate representation of color #A54C13: hue angle of 23.42º degrees, saturation: 0.79, 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 #A54C13 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB1657619-
CMYK00.540.880.35
HSL23.42º79.35%36.08%-
HSV(B)23.42º88.48%64.71%-
XYZ18.2213.222.21-
YUV96.1184.49177.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 19 (7.81% from 255) = 7.31%
R=63.46%
G=29.23%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165761900.540.880.3523.4279.3536.08
HexA54C130365823174f24
Octal24511423066130432711744
Binary1010010110011001001101101101011000100011101111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C13; }

 p { color: rgb(165,76,19); }

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

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

 a { background-color: rgb(165,76,19); }

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

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

 span { border-color: rgb(165,76,19); }

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