#AB525D

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

Shades of Hippie Pink #AB525D

Tints of Hippie Pink #AB525D

Color information

#AB525D (or 0xAB525D) is unknown color: approx Hippie Pink. HEX triplet: AB, 52 and 5D. RGB value is (171,82,93). Sum of RGB (Red+Green+Blue) = 171+82+93=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB525D is #54ADA2. Grayscale: #6D6D6D. Windows color (decimal): -5549475 or 6116011. OLE color: 6116011.

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

Color convert

RGB1718293-
CMYK00.520.460.33
HSL352.58º35.18%49.61%-
HSV(B)352.58º52.05%67.06%-
XYZ21.7915.4812.2-
YUV109.86118.49171.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=49.42%
G=23.70%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171829300.520.460.33352.5835.1849.61
HexAB525D0342E211612332
Octal25312213506456415414362
Binary10101011101001010111010110100101110100001101100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB525D; }

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

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

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

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

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

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

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

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