#AB4C6A

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

Shades of Blush #AB4C6A

Tints of Blush #AB4C6A

Color information

#AB4C6A (or 0xAB4C6A) is unknown color: approx Blush. HEX triplet: AB, 4C and 6A. RGB value is (171,76,106). Sum of RGB (Red+Green+Blue) = 171+76+106=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C6A is #54B395. Grayscale: #6B6B6B. Windows color (decimal): -5550998 or 6966443. OLE color: 6966443.

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

Color convert

RGB17176106-
CMYK00.560.380.33
HSL341.05º38.46%48.43%-
HSV(B)341.05º55.56%67.06%-
XYZ21.9814.8715.35-
YUV107.82126.97173.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=48.44%
G=21.53%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717610600.560.380.33341.0538.4648.43
HexAB4C6A03826211552630
Octal25311415207046415254660
Binary10101011100110011010100111000100110100001101010101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C6A; }

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

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

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

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

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

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

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

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