#A55822

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

Shades of Rich Gold #A55822

Tints of Rich Gold #A55822

Color information

#A55822 (or 0xA55822) is unknown color: approx Rich Gold. HEX triplet: A5, 58 and 22. RGB value is (165,88,34). Sum of RGB (Red+Green+Blue) = 165+88+34=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A55822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55822 is #5AA7DD. Grayscale: #696969. Windows color (decimal): -5941214 or 2250917. OLE color: 2250917.

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

Color convert

RGB1658834-
CMYK00.470.790.35
HSL24.73º65.83%39.02%-
HSV(B)24.73º79.39%64.71%-
XYZ19.315.093.41-
YUV104.8788.01170.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.49%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 34 (13.67% from 255) = 11.85%
R=57.49%
G=30.66%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165883400.470.790.3524.7365.8339.02
HexA5582202F4F23194227
Octal24513042057117433110247
Binary10100101101100010001001011111001111100011110011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55822; }

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

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

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

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

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

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

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

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