#AB5D70

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

Shades of Blush #AB5D70

Tints of Blush #AB5D70

Color information

#AB5D70 (or 0xAB5D70) is unknown color: approx Blush. HEX triplet: AB, 5D and 70. RGB value is (171,93,112). Sum of RGB (Red+Green+Blue) = 171+93+112=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D70 is #54A28F. Grayscale: #767676. Windows color (decimal): -5546640 or 7364011. OLE color: 7364011.

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

Color convert

RGB17193112-
CMYK00.460.350.33
HSL345.38º31.71%51.76%-
HSV(B)345.38º45.61%67.06%-
XYZ23.6317.6617.49-
YUV118.49124.34165.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 93 (36.72% from 255) = 24.73%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=45.48%
G=24.73%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719311200.460.350.33345.3831.7151.76
HexAB5D7002E23211592034
Octal25313516005643415314064
Binary10101011101110111100000101110100011100001101011001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D70; }

 p { color: rgb(171,93,112); }

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

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

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

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

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

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

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