#AB535D

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

Shades of Hippie Pink #AB535D

Tints of Hippie Pink #AB535D

Color information

#AB535D (or 0xAB535D) is unknown color: approx Hippie Pink. HEX triplet: AB, 53 and 5D. RGB value is (171,83,93). Sum of RGB (Red+Green+Blue) = 171+83+93=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB535D is #54ACA2. Grayscale: #6E6E6E. Windows color (decimal): -5549219 or 6116267. OLE color: 6116267.

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

Color convert

RGB1718393-
CMYK00.510.460.33
HSL353.18º34.65%49.8%-
HSV(B)353.18º51.46%67.06%-
XYZ21.8615.6312.22-
YUV110.45118.15171.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=49.28%
G=23.92%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171839300.510.460.33353.1834.6549.8
HexAB535D0332E211612332
Octal25312313506356415414362
Binary10101011101001110111010110011101110100001101100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB535D; }

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

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

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

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

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

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

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

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