#AB5A6D

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

Shades of Blush #AB5A6D

Tints of Blush #AB5A6D

Color information

#AB5A6D (or 0xAB5A6D) is unknown color: approx Blush. HEX triplet: AB, 5A and 6D. RGB value is (171,90,109). Sum of RGB (Red+Green+Blue) = 171+90+109=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A6D is #54A592. Grayscale: #747474. Windows color (decimal): -5547411 or 7166635. OLE color: 7166635.

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

Color convert

RGB17190109-
CMYK00.470.360.33
HSL345.93º32.53%51.18%-
HSV(B)345.93º47.37%67.06%-
XYZ23.2117.0716.54-
YUV116.38123.84166.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=46.22%
G=24.32%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719010900.470.360.33345.9332.5351.18
HexAB5A6D02F242115a2133
Octal25313215505744415324163
Binary10101011101101011011010101111100100100001101011010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A6D; }

 p { color: rgb(171,90,109); }

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

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

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

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

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

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

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