#A55C4E

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

Shades of Crail #A55C4E

Tints of Crail #A55C4E

Color information

#A55C4E (or 0xA55C4E) is unknown color: approx Crail. HEX triplet: A5, 5C and 4E. RGB value is (165,92,78). Sum of RGB (Red+Green+Blue) = 165+92+78=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C4E is #5AA3B1. Grayscale: #707070. Windows color (decimal): -5940146 or 5135525. OLE color: 5135525.

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

Color convert

RGB1659278-
CMYK00.440.530.35
HSL9.66º35.8%47.65%-
HSV(B)9.66º52.73%64.71%-
XYZ20.7216.29.24-
YUV112.23108.68165.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=49.25%
G=27.46%
B=23.28%

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
Decimal165927800.440.530.359.6635.847.65
HexA55C4E02C3523a2430
Octal2451341160546543124460
Binary101001011011100100111001011001101011000111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C4E; }

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

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

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

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

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

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

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

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