#AB5C6A

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

Shades of Blush #AB5C6A

Tints of Blush #AB5C6A

Color information

#AB5C6A (or 0xAB5C6A) is unknown color: approx Blush. HEX triplet: AB, 5C and 6A. RGB value is (171,92,106). Sum of RGB (Red+Green+Blue) = 171+92+106=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5C6A is #54A395. Grayscale: #757575. Windows color (decimal): -5546902 or 6970539. OLE color: 6970539.

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

Color convert

RGB17192106-
CMYK00.460.380.33
HSL349.37º31.98%51.57%-
HSV(B)349.37º46.2%67.06%-
XYZ23.2217.3515.76-
YUV117.22121.67166.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=46.34%
G=24.93%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719210600.460.380.33349.3731.9851.57
HexAB5C6A02E262115d2034
Octal25313415205646415354064
Binary10101011101110011010100101110100110100001101011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5C6A; }

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

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

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

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

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

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

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

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