#AB5C6C

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

Shades of Blush #AB5C6C

Tints of Blush #AB5C6C

Color information

#AB5C6C (or 0xAB5C6C) is unknown color: approx Blush. HEX triplet: AB, 5C and 6C. RGB value is (171,92,108). Sum of RGB (Red+Green+Blue) = 171+92+108=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5C6C is #54A393. Grayscale: #757575. Windows color (decimal): -5546900 or 7101611. OLE color: 7101611.

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

Color convert

RGB17192108-
CMYK00.460.370.33
HSL347.85º31.98%51.57%-
HSV(B)347.85º46.2%67.06%-
XYZ23.3317.3916.32-
YUV117.44122.67166.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=46.09%
G=24.80%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719210800.460.370.33347.8531.9851.57
HexAB5C6C02E252115c2034
Octal25313415405645415344064
Binary10101011101110011011000101110100101100001101011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5C6C; }

 p { color: rgb(171,92,108); }

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

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

 a { background-color: rgb(171,92,108); }

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

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

 span { border-color: rgb(171,92,108); }

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