#AB535A

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

Shades of Hippie Pink #AB535A

Tints of Hippie Pink #AB535A

Color information

#AB535A (or 0xAB535A) is unknown color: approx Hippie Pink. HEX triplet: AB, 53 and 5A. RGB value is (171,83,90). Sum of RGB (Red+Green+Blue) = 171+83+90=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB535A is #54ACA5. Grayscale: #6E6E6E. Windows color (decimal): -5549222 or 5919659. OLE color: 5919659.

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

Color convert

RGB1718390-
CMYK00.510.470.33
HSL355.23º34.65%49.8%-
HSV(B)355.23º51.46%67.06%-
XYZ21.7315.5811.54-
YUV110.11116.65171.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.71%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=49.71%
G=24.13%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171839000.510.470.33355.2334.6549.8
HexAB535A0332F211632332
Octal25312313206357415434362
Binary10101011101001110110100110011101111100001101100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB535A; }

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

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

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

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

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

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

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

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