#AB5744

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

Shades of Crail #AB5744

Tints of Crail #AB5744

Color information

#AB5744 (or 0xAB5744) is unknown color: approx Crail. HEX triplet: AB, 57 and 44. RGB value is (171,87,68). Sum of RGB (Red+Green+Blue) = 171+87+68=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5744 is #54A8BB. Grayscale: #6E6E6E. Windows color (decimal): -5548220 or 4478891. OLE color: 4478891.

HSL color Cylindrical-coordinate representation of color #AB5744: hue angle of 11.07º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5744 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1718768-
CMYK00.490.600.33
HSL11.07º43.1%46.86%-
HSV(B)11.07º60.23%67.06%-
XYZ21.2515.897.42-
YUV109.95104.33171.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=52.45%
G=26.69%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171876800.490.600.3311.0743.146.86
HexAB57440313C21b2b2f
Octal2531271040617441135357
Binary101010111010111100010001100011111001000011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5744; }

 p { color: rgb(171,87,68); }

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

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

 a { background-color: rgb(171,87,68); }

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

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

 span { border-color: rgb(171,87,68); }

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