#AB5166

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

Shades of Blush #AB5166

Tints of Blush #AB5166

Color information

#AB5166 (or 0xAB5166) is unknown color: approx Blush. HEX triplet: AB, 51 and 66. RGB value is (171,81,102). Sum of RGB (Red+Green+Blue) = 171+81+102=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5166 is #54AE99. Grayscale: #6E6E6E. Windows color (decimal): -5549722 or 6705579. OLE color: 6705579.

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

Color convert

RGB17181102-
CMYK00.530.400.33
HSL346º35.71%49.41%-
HSV(B)346º52.63%67.06%-
XYZ22.1415.514.4-
YUV110.3123.32171.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=48.31%
G=22.88%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718110200.530.400.3334635.7149.41
HexAB5166035282115a2431
Octal25312114606550415324461
Binary10101011101000111001100110101101000100001101011010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5166; }

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

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

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

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

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

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

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

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