#A55622

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

Shades of Rich Gold #A55622

Tints of Rich Gold #A55622

Color information

#A55622 (or 0xA55622) is unknown color: approx Rich Gold. HEX triplet: A5, 56 and 22. RGB value is (165,86,34). Sum of RGB (Red+Green+Blue) = 165+86+34=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A55622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55622 is #5AA9DD. Grayscale: #676767. Windows color (decimal): -5941726 or 2250405. OLE color: 2250405.

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

Color convert

RGB1658634-
CMYK00.480.790.35
HSL23.82º65.83%39.02%-
HSV(B)23.82º79.39%64.71%-
XYZ19.1314.773.36-
YUV103.6988.67171.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 34 (13.67% from 255) = 11.93%
R=57.89%
G=30.18%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165863400.480.790.3523.8265.8339.02
HexA556220304F23184227
Octal24512642060117433010247
Binary10100101101011010001001100001001111100011110001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55622; }

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

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

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

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

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

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

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

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