#A55D51

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

Shades of Crail #A55D51

Tints of Crail #A55D51

Color information

#A55D51 (or 0xA55D51) is unknown color: approx Crail. HEX triplet: A5, 5D and 51. RGB value is (165,93,81). Sum of RGB (Red+Green+Blue) = 165+93+81=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D51 is #5AA2AE. Grayscale: #717171. Windows color (decimal): -5939887 or 5332389. OLE color: 5332389.

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

Color convert

RGB1659381-
CMYK00.440.510.35
HSL8.57º34.15%48.24%-
HSV(B)8.57º50.91%64.71%-
XYZ20.9216.429.85-
YUV113.16109.85164.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=48.67%
G=27.43%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165938100.440.510.358.5734.1548.24
HexA55D5102C332392230
Octal2451351210546343114260
Binary101001011011101101000101011001100111000111001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55D51; }

 p { color: rgb(165,93,81); }

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

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

 a { background-color: rgb(165,93,81); }

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

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

 span { border-color: rgb(165,93,81); }

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