#AB5648

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

Shades of Crail #AB5648

Tints of Crail #AB5648

Color information

#AB5648 (or 0xAB5648) is unknown color: approx Crail. HEX triplet: AB, 56 and 48. RGB value is (171,86,72). Sum of RGB (Red+Green+Blue) = 171+86+72=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5648 is #54A9B7. Grayscale: #6D6D6D. Windows color (decimal): -5548472 or 4740779. OLE color: 4740779.

HSL color Cylindrical-coordinate representation of color #AB5648: hue angle of 8.48º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5648 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1718672-
CMYK00.500.580.33
HSL8.48º40.74%47.65%-
HSV(B)8.48º57.89%67.06%-
XYZ21.2915.788.05-
YUV109.82106.66171.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=51.98%
G=26.14%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171867200.500.580.338.4840.7447.65
HexAB56480323A2182930
Octal2531261100627241105160
Binary101010111010110100100001100101110101000011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5648; }

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

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

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

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

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

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

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

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