#A55E4E

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

Shades of Crail #A55E4E

Tints of Crail #A55E4E

Color information

#A55E4E (or 0xA55E4E) is unknown color: approx Crail. HEX triplet: A5, 5E and 4E. RGB value is (165,94,78). Sum of RGB (Red+Green+Blue) = 165+94+78=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E4E is #5AA1B1. Grayscale: #717171. Windows color (decimal): -5939634 or 5136037. OLE color: 5136037.

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

Color convert

RGB1659478-
CMYK00.430.530.35
HSL11.03º35.8%47.65%-
HSV(B)11.03º52.73%64.71%-
XYZ20.8916.559.3-
YUV113.4108.02164.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=48.96%
G=27.89%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165947800.430.530.3511.0335.847.65
HexA55E4E02B3523b2430
Octal2451361160536543134460
Binary101001011011110100111001010111101011000111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E4E; }

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

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

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

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

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

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

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

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