#A54E22

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

Shades of Rich Gold #A54E22

Tints of Rich Gold #A54E22

Color information

#A54E22 (or 0xA54E22) is unknown color: approx Rich Gold. HEX triplet: A5, 4E and 22. RGB value is (165,78,34). Sum of RGB (Red+Green+Blue) = 165+78+34=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E22 is #5AB1DD. Grayscale: #636363. Windows color (decimal): -5943774 or 2248357. OLE color: 2248357.

HSL color Cylindrical-coordinate representation of color #A54E22: hue angle of 20.15º degrees, saturation: 0.66, 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 #A54E22 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1657834-
CMYK00.530.790.35
HSL20.15º65.83%39.02%-
HSV(B)20.15º79.39%64.71%-
XYZ18.5313.563.15-
YUV9991.32175.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.57%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 34 (13.67% from 255) = 12.27%
R=59.57%
G=28.16%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165783400.530.790.3520.1565.8339.02
HexA54E220354F23144227
Octal24511642065117432410247
Binary10100101100111010001001101011001111100011101001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E22; }

 p { color: rgb(165,78,34); }

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

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

 a { background-color: rgb(165,78,34); }

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

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

 span { border-color: rgb(165,78,34); }

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