#AB5144

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

Shades of Apple Blossom #AB5144

Tints of Apple Blossom #AB5144

Color information

#AB5144 (or 0xAB5144) is unknown color: approx Apple Blossom. HEX triplet: AB, 51 and 44. RGB value is (171,81,68). Sum of RGB (Red+Green+Blue) = 171+81+68=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5144 is #54AEBB. Grayscale: #6A6A6A. Windows color (decimal): -5549756 or 4477355. OLE color: 4477355.

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

Color convert

RGB1718168-
CMYK00.530.600.33
HSL7.57º43.1%46.86%-
HSV(B)7.57º60.23%67.06%-
XYZ20.7814.967.26-
YUV106.43106.32174.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=53.44%
G=25.31%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171816800.530.600.337.5743.146.86
HexAB51440353C2182b2f
Octal2531211040657441105357
Binary101010111010001100010001101011111001000011000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5144; }

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

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

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

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

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

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

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

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