#AB5164

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

Shades of Blush #AB5164

Tints of Blush #AB5164

Color information

#AB5164 (or 0xAB5164) is unknown color: approx Blush. HEX triplet: AB, 51 and 64. RGB value is (171,81,100). Sum of RGB (Red+Green+Blue) = 171+81+100=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5164 is #54AE9B. Grayscale: #6E6E6E. Windows color (decimal): -5549724 or 6574507. OLE color: 6574507.

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

Color convert

RGB17181100-
CMYK00.530.420.33
HSL347.33º35.71%49.41%-
HSV(B)347.33º52.63%67.06%-
XYZ22.0415.4613.88-
YUV110.08122.32171.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=48.58%
G=23.01%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718110000.530.420.33347.3335.7149.41
HexAB51640352A2115b2431
Octal25312114406552415334461
Binary10101011101000111001000110101101010100001101011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5164; }

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

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

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

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

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

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

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

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