#A55749

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

Shades of Crail #A55749

Tints of Crail #A55749

Color information

#A55749 (or 0xA55749) is unknown color: approx Crail. HEX triplet: A5, 57 and 49. RGB value is (165,87,73). Sum of RGB (Red+Green+Blue) = 165+87+73=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A55749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55749 is #5AA8B6. Grayscale: #6C6C6C. Windows color (decimal): -5941431 or 4806565. OLE color: 4806565.

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

Color convert

RGB1658773-
CMYK00.470.560.35
HSL9.13º38.66%46.67%-
HSV(B)9.13º55.76%64.71%-
XYZ20.1315.38.2-
YUV108.73107.84168.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=50.77%
G=26.77%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165877300.470.560.359.1338.6646.67
HexA5574902F38239272f
Octal2451271110577043114757
Binary101001011010111100100101011111110001000111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55749; }

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

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

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

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

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

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

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

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