#A54C1E

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

Shades of Rich Gold #A54C1E

Tints of Rich Gold #A54C1E

Color information

#A54C1E (or 0xA54C1E) is unknown color: approx Rich Gold. HEX triplet: A5, 4C and 1E. RGB value is (165,76,30). Sum of RGB (Red+Green+Blue) = 165+76+30=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C1E is #5AB3E1. Grayscale: #616161. Windows color (decimal): -5944290 or 1985701. OLE color: 1985701.

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

Color convert

RGB1657630-
CMYK00.540.820.35
HSL20.44º69.23%38.24%-
HSV(B)20.44º81.82%64.71%-
XYZ18.3413.262.82-
YUV97.3789.99176.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.89%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=60.89%
G=28.04%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165763000.540.820.3520.4469.2338.24
HexA54C1E0365223144526
Octal24511436066122432410546
Binary1010010110011001111001101101010010100011101001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C1E; }

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

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

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

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

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

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

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

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