#A55C49

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

Shades of Crail #A55C49

Tints of Crail #A55C49

Color information

#A55C49 (or 0xA55C49) is unknown color: approx Crail. HEX triplet: A5, 5C and 49. RGB value is (165,92,73). Sum of RGB (Red+Green+Blue) = 165+92+73=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C49 is #5AA3B6. Grayscale: #6F6F6F. Windows color (decimal): -5940151 or 4807845. OLE color: 4807845.

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

Color convert

RGB1659273-
CMYK00.440.560.35
HSL12.39º38.66%46.67%-
HSV(B)12.39º55.76%64.71%-
XYZ20.5516.138.33-
YUV111.66106.18166.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=50%
G=27.88%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165927300.440.560.3512.3938.6646.67
HexA55C4902C3823c272f
Octal2451341110547043144757
Binary101001011011100100100101011001110001000111100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C49; }

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

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

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

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

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

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

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

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