#A55E52

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

Shades of Crail #A55E52

Tints of Crail #A55E52

Color information

#A55E52 (or 0xA55E52) is unknown color: approx Crail. HEX triplet: A5, 5E and 52. RGB value is (165,94,82). Sum of RGB (Red+Green+Blue) = 165+94+82=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E52 is #5AA1AD. Grayscale: #717171. Windows color (decimal): -5939630 or 5398181. OLE color: 5398181.

HSL color Cylindrical-coordinate representation of color #A55E52: hue angle of 8.67º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55E52 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1659482-
CMYK00.430.500.35
HSL8.67º33.6%48.43%-
HSV(B)8.67º50.3%64.71%-
XYZ21.0416.6110.08-
YUV113.86110.02164.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=48.39%
G=27.57%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165948200.430.500.358.6733.648.43
HexA55E5202B322392230
Octal2451361220536243114260
Binary101001011011110101001001010111100101000111001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E52; }

 p { color: rgb(165,94,82); }

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

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

 a { background-color: rgb(165,94,82); }

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

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

 span { border-color: rgb(165,94,82); }

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