#AB485A

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

Shades of Hippie Pink #AB485A

Tints of Hippie Pink #AB485A

Color information

#AB485A (or 0xAB485A) is unknown color: approx Hippie Pink. HEX triplet: AB, 48 and 5A. RGB value is (171,72,90). Sum of RGB (Red+Green+Blue) = 171+72+90=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB485A is #54B7A5. Grayscale: #676767. Windows color (decimal): -5552038 or 5916843. OLE color: 5916843.

HSL color Cylindrical-coordinate representation of color #AB485A: hue angle of 349.09º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB485A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1717290-
CMYK00.580.470.33
HSL349.09º40.74%47.65%-
HSV(B)349.09º57.89%67.06%-
XYZ20.9614.0311.28-
YUV103.65120.3176.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=51.35%
G=21.62%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171729000.580.470.33349.0940.7447.65
HexAB485A03A2F2115d2930
Octal25311013207257415355160
Binary10101011100100010110100111010101111100001101011101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB485A; }

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

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

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

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

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

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

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

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