#AB5A5D

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

Shades of Hippie Pink #AB5A5D

Tints of Hippie Pink #AB5A5D

Color information

#AB5A5D (or 0xAB5A5D) is unknown color: approx Hippie Pink. HEX triplet: AB, 5A and 5D. RGB value is (171,90,93). Sum of RGB (Red+Green+Blue) = 171+90+93=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A5D is #54A5A2. Grayscale: #727272. Windows color (decimal): -5547427 or 6118059. OLE color: 6118059.

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

Color convert

RGB1719093-
CMYK00.470.460.33
HSL357.78º32.53%51.18%-
HSV(B)357.78º47.37%67.06%-
XYZ22.4316.7612.41-
YUV114.56115.84168.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=48.31%
G=25.42%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171909300.470.460.33357.7832.5351.18
HexAB5A5D02F2E211662133
Octal25313213505756415464163
Binary10101011101101010111010101111101110100001101100110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A5D; }

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

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

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

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

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

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

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

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