#A55A53

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

Shades of Crail #A55A53

Tints of Crail #A55A53

Color information

#A55A53 (or 0xA55A53) is unknown color: approx Crail. HEX triplet: A5, 5A and 53. RGB value is (165,90,83). Sum of RGB (Red+Green+Blue) = 165+90+83=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A53 is #5AA5AC. Grayscale: #6F6F6F. Windows color (decimal): -5940653 or 5462693. OLE color: 5462693.

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

Color convert

RGB1659083-
CMYK00.450.500.35
HSL5.12º33.06%48.63%-
HSV(B)5.12º49.7%64.71%-
XYZ20.7315.9410.17-
YUV111.63111.85166.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=48.82%
G=26.63%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165908300.450.500.355.1233.0648.63
HexA55A5302D322352131
Octal245132123055624354161
Binary10100101101101010100110101101110010100011101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A53; }

 p { color: rgb(165,90,83); }

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

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

 a { background-color: rgb(165,90,83); }

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

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

 span { border-color: rgb(165,90,83); }

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