#AB5D64

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

Shades of Blush #AB5D64

Tints of Blush #AB5D64

Color information

#AB5D64 (or 0xAB5D64) is unknown color: approx Blush. HEX triplet: AB, 5D and 64. RGB value is (171,93,100). Sum of RGB (Red+Green+Blue) = 171+93+100=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D64 is #54A29B. Grayscale: #757575. Windows color (decimal): -5546652 or 6577579. OLE color: 6577579.

HSL color Cylindrical-coordinate representation of color #AB5D64: hue angle of 354.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5D64 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17193100-
CMYK00.460.420.33
HSL354.62º31.71%51.76%-
HSV(B)354.62º45.61%67.06%-
XYZ23.0117.4114.2-
YUV117.12118.34166.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=46.98%
G=25.55%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719310000.460.420.33354.6231.7151.76
HexAB5D6402E2A211632034
Octal25313514405652415434064
Binary10101011101110111001000101110101010100001101100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D64; }

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

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

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

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

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

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

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

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