#AB5858

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

Shades of Apple Blossom #AB5858

Tints of Apple Blossom #AB5858

Color information

#AB5858 (or 0xAB5858) is unknown color: approx Apple Blossom. HEX triplet: AB, 58 and 58. RGB value is (171,88,88). Sum of RGB (Red+Green+Blue) = 171+88+88=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5858 is #54A7A7. Grayscale: #707070. Windows color (decimal): -5547944 or 5789867. OLE color: 5789867.

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

Color convert

RGB1718888-
CMYK00.490.490.33
HSL33.07%50.78%-
HSV(B)48.54%67.06%-
XYZ22.0516.3411.22-
YUV112.82114169.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=49.28%
G=25.36%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171888800.490.490.33033.0750.78
HexAB5858031312102133
Octal253130130061614104163
Binary101010111011000101100001100011100011000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5858; }

 p { color: rgb(171,88,88); }

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

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

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

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

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

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

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