#A54C17

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

Shades of Rich Gold #A54C17

Tints of Rich Gold #A54C17

Color information

#A54C17 (or 0xA54C17) is unknown color: approx Rich Gold. HEX triplet: A5, 4C and 17. RGB value is (165,76,23). Sum of RGB (Red+Green+Blue) = 165+76+23=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C17 is #5AB3E8. Grayscale: #606060. Windows color (decimal): -5944297 or 1526949. OLE color: 1526949.

HSL color Cylindrical-coordinate representation of color #A54C17: hue angle of 22.39º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A54C17 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1657623-
CMYK00.540.860.35
HSL22.39º75.53%36.86%-
HSV(B)22.39º86.06%64.71%-
XYZ18.2613.232.4-
YUV96.5786.49176.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.5%
GREEN value IS 76 (30.08% from 255) = 28.79%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=62.5%
G=28.79%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165762300.540.860.3522.3975.5336.86
HexA54C170365623164c25
Octal24511427066126432611445
Binary1010010110011001011101101101010110100011101101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C17; }

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

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

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

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

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

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

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

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