#AB5765

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

Shades of Blush #AB5765

Tints of Blush #AB5765

Color information

#AB5765 (or 0xAB5765) is unknown color: approx Blush. HEX triplet: AB, 57 and 65. RGB value is (171,87,101). Sum of RGB (Red+Green+Blue) = 171+87+101=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5765 is #54A89A. Grayscale: #717171. Windows color (decimal): -5548187 or 6641579. OLE color: 6641579.

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

Color convert

RGB17187101-
CMYK00.490.410.33
HSL350º33.33%50.59%-
HSV(B)350º49.12%67.06%-
XYZ22.5516.4114.29-
YUV113.71120.83168.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 101 (39.84% from 255) = 28.13%
R=47.63%
G=24.23%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718710100.490.410.3335033.3350.59
HexAB5765031292115e2133
Octal25312714506151415364163
Binary10101011101011111001010110001101001100001101011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5765; }

 p { color: rgb(171,87,101); }

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

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

 a { background-color: rgb(171,87,101); }

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

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

 span { border-color: rgb(171,87,101); }

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