#A55B54

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

Shades of Crail #A55B54

Tints of Crail #A55B54

Color information

#A55B54 (or 0xA55B54) is unknown color: approx Crail. HEX triplet: A5, 5B and 54. RGB value is (165,91,84). Sum of RGB (Red+Green+Blue) = 165+91+84=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B54 is #5AA4AB. Grayscale: #707070. Windows color (decimal): -5940396 or 5528485. OLE color: 5528485.

HSL color Cylindrical-coordinate representation of color #A55B54: hue angle of 5.19º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55B54 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB1659184-
CMYK00.450.490.35
HSL5.19º32.53%48.82%-
HSV(B)5.19º49.09%64.71%-
XYZ20.8616.1210.4-
YUV112.33112.02165.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=48.53%
G=26.76%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165918400.450.490.355.1932.5348.82
HexA55B5402D312352131
Octal245133124055614354161
Binary10100101101101110101000101101110001100011101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B54; }

 p { color: rgb(165,91,84); }

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

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

 a { background-color: rgb(165,91,84); }

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

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

 span { border-color: rgb(165,91,84); }

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