#A55523

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

Shades of Rich Gold #A55523

Tints of Rich Gold #A55523

Color information

#A55523 (or 0xA55523) is unknown color: approx Rich Gold. HEX triplet: A5, 55 and 23. RGB value is (165,85,35). Sum of RGB (Red+Green+Blue) = 165+85+35=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A55523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55523 is #5AAADC. Grayscale: #676767. Windows color (decimal): -5941981 or 2315685. OLE color: 2315685.

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

Color convert

RGB1658535-
CMYK00.480.790.35
HSL23.08º65%39.22%-
HSV(B)23.08º78.79%64.71%-
XYZ19.0714.623.41-
YUV103.2289.5172.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.89%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 35 (14.06% from 255) = 12.28%
R=57.89%
G=29.82%
B=12.28%

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
Decimal165853500.480.790.3523.086539.22
HexA555230304F23174127
Octal24512543060117432710147
Binary10100101101010110001101100001001111100011101111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55523; }

 p { color: rgb(165,85,35); }

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

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

 a { background-color: rgb(165,85,35); }

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

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

 span { border-color: rgb(165,85,35); }

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