#AB585E

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

Shades of Hippie Pink #AB585E

Tints of Hippie Pink #AB585E

Color information

#AB585E (or 0xAB585E) is unknown color: approx Hippie Pink. HEX triplet: AB, 58 and 5E. RGB value is (171,88,94). Sum of RGB (Red+Green+Blue) = 171+88+94=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB585E is #54A7A1. Grayscale: #717171. Windows color (decimal): -5547938 or 6183083. OLE color: 6183083.

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

Color convert

RGB1718894-
CMYK00.490.450.33
HSL355.66º33.07%50.78%-
HSV(B)355.66º48.54%67.06%-
XYZ22.316.4512.59-
YUV113.5117169.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=48.44%
G=24.93%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171889400.490.450.33355.6633.0750.78
HexAB585E0312D211642133
Octal25313013606155415444163
Binary10101011101100010111100110001101101100001101100100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB585E; }

 p { color: rgb(171,88,94); }

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

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

 a { background-color: rgb(171,88,94); }

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

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

 span { border-color: rgb(171,88,94); }

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