#AB5A5F

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

Shades of Hippie Pink #AB5A5F

Tints of Hippie Pink #AB5A5F

Color information

#AB5A5F (or 0xAB5A5F) is unknown color: approx Hippie Pink. HEX triplet: AB, 5A and 5F. RGB value is (171,90,95). Sum of RGB (Red+Green+Blue) = 171+90+95=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A5F is #54A5A0. Grayscale: #727272. Windows color (decimal): -5547425 or 6249131. OLE color: 6249131.

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

Color convert

RGB1719095-
CMYK00.470.440.33
HSL356.3º32.53%51.18%-
HSV(B)356.3º47.37%67.06%-
XYZ22.5216.812.88-
YUV114.79116.84168.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=48.03%
G=25.28%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171909500.470.440.33356.332.5351.18
HexAB5A5F02F2C211642133
Octal25313213705754415444163
Binary10101011101101010111110101111101100100001101100100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A5F; }

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

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

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

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

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

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

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

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