#A55422

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

Shades of Rich Gold #A55422

Tints of Rich Gold #A55422

Color information

#A55422 (or 0xA55422) is unknown color: approx Rich Gold. HEX triplet: A5, 54 and 22. RGB value is (165,84,34). Sum of RGB (Red+Green+Blue) = 165+84+34=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A55422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55422 is #5AABDD. Grayscale: #666666. Windows color (decimal): -5942238 or 2249893. OLE color: 2249893.

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

Color convert

RGB1658434-
CMYK00.490.790.35
HSL22.9º65.83%39.02%-
HSV(B)22.9º79.39%64.71%-
XYZ18.9814.463.3-
YUV102.5289.34172.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 34 (13.67% from 255) = 12.01%
R=58.30%
G=29.68%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165843400.490.790.3522.965.8339.02
HexA554220314F23174227
Octal24512442061117432710247
Binary10100101101010010001001100011001111100011101111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55422; }

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

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

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

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

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

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

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

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