#AB585D

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

Shades of Hippie Pink #AB585D

Tints of Hippie Pink #AB585D

Color information

#AB585D (or 0xAB585D) is unknown color: approx Hippie Pink. HEX triplet: AB, 58 and 5D. RGB value is (171,88,93). Sum of RGB (Red+Green+Blue) = 171+88+93=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB585D is #54A7A2. Grayscale: #717171. Windows color (decimal): -5547939 or 6117547. OLE color: 6117547.

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

Color convert

RGB1718893-
CMYK00.490.460.33
HSL356.39º33.07%50.78%-
HSV(B)356.39º48.54%67.06%-
XYZ22.2616.4312.35-
YUV113.39116.5169.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=48.58%
G=25%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171889300.490.460.33356.3933.0750.78
HexAB585D0312E211642133
Octal25313013506156415444163
Binary10101011101100010111010110001101110100001101100100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB585D; }

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

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

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

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

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

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

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

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