#A54F19

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

Shades of Rich Gold #A54F19

Tints of Rich Gold #A54F19

Color information

#A54F19 (or 0xA54F19) is unknown color: approx Rich Gold. HEX triplet: A5, 4F and 19. RGB value is (165,79,25). Sum of RGB (Red+Green+Blue) = 165+79+25=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54F19 is #5AB0E6. Grayscale: #626262. Windows color (decimal): -5943527 or 1658789. OLE color: 1658789.

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

Color convert

RGB1657925-
CMYK00.520.850.35
HSL23.14º73.68%37.25%-
HSV(B)23.14º84.85%64.71%-
XYZ18.4913.662.58-
YUV98.5686.49175.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.34%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 25 (10.16% from 255) = 9.29%
R=61.34%
G=29.37%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165792500.520.850.3523.1473.6837.25
HexA54F190345523174a25
Octal24511731064125432711245
Binary1010010110011111100101101001010101100011101111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F19; }

 p { color: rgb(165,79,25); }

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

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

 a { background-color: rgb(165,79,25); }

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

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

 span { border-color: rgb(165,79,25); }

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