#A54F22

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

Shades of Rich Gold #A54F22

Tints of Rich Gold #A54F22

Color information

#A54F22 (or 0xA54F22) is unknown color: approx Rich Gold. HEX triplet: A5, 4F and 22. RGB value is (165,79,34). Sum of RGB (Red+Green+Blue) = 165+79+34=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54F22 is #5AB0DD. Grayscale: #636363. Windows color (decimal): -5943518 or 2248613. OLE color: 2248613.

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

Color convert

RGB1657934-
CMYK00.520.790.35
HSL20.61º65.83%39.02%-
HSV(B)20.61º79.39%64.71%-
XYZ18.613.713.18-
YUV99.5890.99174.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.35%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 34 (13.67% from 255) = 12.23%
R=59.35%
G=28.42%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165793400.520.790.3520.6165.8339.02
HexA54F220344F23154227
Octal24511742064117432510247
Binary10100101100111110001001101001001111100011101011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F22; }

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

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

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

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

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

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

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

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