#A55C54

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

Shades of Crail #A55C54

Tints of Crail #A55C54

Color information

#A55C54 (or 0xA55C54) is unknown color: approx Crail. HEX triplet: A5, 5C and 54. RGB value is (165,92,84). Sum of RGB (Red+Green+Blue) = 165+92+84=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C54 is #5AA3AB. Grayscale: #717171. Windows color (decimal): -5940140 or 5528741. OLE color: 5528741.

HSL color Cylindrical-coordinate representation of color #A55C54: hue angle of 5.93º 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 #A55C54 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB1659284-
CMYK00.440.490.35
HSL5.93º32.53%48.82%-
HSV(B)5.93º49.09%64.71%-
XYZ20.9416.2910.43-
YUV112.92111.68165.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=48.39%
G=26.98%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165928400.440.490.355.9332.5348.82
HexA55C5402C312362131
Octal245134124054614364161
Binary10100101101110010101000101100110001100011110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C54; }

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

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

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

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

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

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

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

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