#AB5B67

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

Shades of Blush #AB5B67

Tints of Blush #AB5B67

Color information

#AB5B67 (or 0xAB5B67) is unknown color: approx Blush. HEX triplet: AB, 5B and 67. RGB value is (171,91,103). Sum of RGB (Red+Green+Blue) = 171+91+103=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B67 is #54A498. Grayscale: #747474. Windows color (decimal): -5547161 or 6773675. OLE color: 6773675.

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

Color convert

RGB17191103-
CMYK00.470.400.33
HSL351º32.26%51.37%-
HSV(B)351º46.78%67.06%-
XYZ22.9817.1214.92-
YUV116.29120.5167.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=46.85%
G=24.93%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719110300.470.400.3335132.2651.37
HexAB5B6702F282115f2033
Octal25313314705750415374063
Binary10101011101101111001110101111101000100001101011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5B67; }

 p { color: rgb(171,91,103); }

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

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

 a { background-color: rgb(171,91,103); }

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

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

 span { border-color: rgb(171,91,103); }

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