#a54a23

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

Shades of Rich Gold #A54A23

Tints of Rich Gold #A54A23

Color information

#A54A23 (or 0xA54A23) is unknown color: approx Rich Gold. HEX triplet: A5, 4A and 23. RGB value is (165,74,35). Sum of RGB (Red+Green+Blue) = 165+74+35=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A23 is #5AB5DC. Grayscale: #616161. Windows color (decimal): -5944797 or 2312869. OLE color: 2312869.

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

Color convert

RGB1657435-
CMYK00.550.790.35
HSL18º65%39.22%-
HSV(B)18º78.79%64.71%-
XYZ18.2713.023.14-
YUV96.7693.15176.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.22%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=60.22%
G=27.01%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165743500.550.790.35186539.22
HexA54A230374F23124127
Octal24511243067117432210147
Binary10100101100101010001101101111001111100011100101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54a23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54a23; }

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

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

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

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

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

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

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

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