#A55D4E

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

Shades of Crail #A55D4E

Tints of Crail #A55D4E

Color information

#A55D4E (or 0xA55D4E) is unknown color: approx Crail. HEX triplet: A5, 5D and 4E. RGB value is (165,93,78). Sum of RGB (Red+Green+Blue) = 165+93+78=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D4E is #5AA2B1. Grayscale: #707070. Windows color (decimal): -5939890 or 5135781. OLE color: 5135781.

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

Color convert

RGB1659378-
CMYK00.440.530.35
HSL10.34º35.8%47.65%-
HSV(B)10.34º52.73%64.71%-
XYZ20.8116.389.27-
YUV112.82108.35165.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.11%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=49.11%
G=27.68%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165937800.440.530.3510.3435.847.65
HexA55D4E02C3523a2430
Octal2451351160546543124460
Binary101001011011101100111001011001101011000111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55D4E; }

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

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

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

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

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

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

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

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