#A54A27

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

Shades of Rich Gold #A54A27

Tints of Rich Gold #A54A27

Color information

#A54A27 (or 0xA54A27) is unknown color: approx Rich Gold. HEX triplet: A5, 4A and 27. RGB value is (165,74,39). Sum of RGB (Red+Green+Blue) = 165+74+39=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A27 is #5AB5D8. Grayscale: #616161. Windows color (decimal): -5944793 or 2575013. OLE color: 2575013.

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

Color convert

RGB1657439-
CMYK00.550.760.35
HSL16.67º61.76%40%-
HSV(B)16.67º76.36%64.71%-
XYZ18.3313.043.47-
YUV97.2295.15176.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.35%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=59.35%
G=26.62%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165743900.550.760.3516.6761.7640
HexA54A270374C23113e28
Octal2451124706711443217650
Binary1010010110010101001110110111100110010001110001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A27; }

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

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

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

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

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

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

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

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