#A55E50

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

Shades of Crail #A55E50

Tints of Crail #A55E50

Color information

#A55E50 (or 0xA55E50) is unknown color: approx Crail. HEX triplet: A5, 5E and 50. RGB value is (165,94,80). Sum of RGB (Red+Green+Blue) = 165+94+80=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E50 is #5AA1AF. Grayscale: #717171. Windows color (decimal): -5939632 or 5267109. OLE color: 5267109.

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

Color convert

RGB1659480-
CMYK00.430.520.35
HSL9.88º34.69%48.04%-
HSV(B)9.88º51.52%64.71%-
XYZ20.9716.589.69-
YUV113.63109.02164.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=48.67%
G=27.73%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165948000.430.520.359.8834.6948.04
HexA55E5002B3423a2330
Octal2451361200536443124360
Binary101001011011110101000001010111101001000111010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E50; }

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

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

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

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

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

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

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

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