#AB5064

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

Shades of Blush #AB5064

Tints of Blush #AB5064

Color information

#AB5064 (or 0xAB5064) is unknown color: approx Blush. HEX triplet: AB, 50 and 64. RGB value is (171,80,100). Sum of RGB (Red+Green+Blue) = 171+80+100=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5064 is #54AF9B. Grayscale: #6D6D6D. Windows color (decimal): -5549980 or 6574251. OLE color: 6574251.

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

Color convert

RGB17180100-
CMYK00.530.420.33
HSL346.81º36.25%49.22%-
HSV(B)346.81º53.22%67.06%-
XYZ21.9615.3213.86-
YUV109.49122.65171.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=48.72%
G=22.79%
B=28.49%

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
Decimal1718010000.530.420.33346.8136.2549.22
HexAB50640352A2115b2431
Octal25312014406552415334461
Binary10101011101000011001000110101101010100001101011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5064; }

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

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

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

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

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

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

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

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