#AB474B

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

Shades of Hippie Pink #AB474B

Tints of Hippie Pink #AB474B

Color information

#AB474B (or 0xAB474B) is unknown color: approx Hippie Pink. HEX triplet: AB, 47 and 4B. RGB value is (171,71,75). Sum of RGB (Red+Green+Blue) = 171+71+75=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB474B is #54B8B4. Grayscale: #656565. Windows color (decimal): -5552309 or 4933547. OLE color: 4933547.

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

Color convert

RGB1717175-
CMYK00.580.560.33
HSL357.6º41.32%47.45%-
HSV(B)357.6º58.48%67.06%-
XYZ20.3213.678.22-
YUV101.36113.13177.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=53.94%
G=22.40%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171717500.580.560.33357.641.3247.45
HexAB474B03A3821166292f
Octal25310711307270415465157
Binary10101011100011110010110111010111000100001101100110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB474B; }

 p { color: rgb(171,71,75); }

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

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

 a { background-color: rgb(171,71,75); }

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

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

 span { border-color: rgb(171,71,75); }

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