#AB5644

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

Shades of Crail #AB5644

Tints of Crail #AB5644

Color information

#AB5644 (or 0xAB5644) is unknown color: approx Crail. HEX triplet: AB, 56 and 44. RGB value is (171,86,68). Sum of RGB (Red+Green+Blue) = 171+86+68=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5644 is #54A9BB. Grayscale: #6D6D6D. Windows color (decimal): -5548476 or 4478635. OLE color: 4478635.

HSL color Cylindrical-coordinate representation of color #AB5644: hue angle of 10.49º 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 #AB5644 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1718668-
CMYK00.500.600.33
HSL10.49º43.1%46.86%-
HSV(B)10.49º60.23%67.06%-
XYZ21.1715.737.39-
YUV109.36104.66171.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=52.62%
G=26.46%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171866800.500.600.3310.4943.146.86
HexAB56440323C21a2b2f
Octal2531261040627441125357
Binary101010111010110100010001100101111001000011010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5644; }

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

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

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

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

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

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

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

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