Html Css Color HEX #AB5558 Hippie Pink

📋 copy color: '#AB5558'

red 171 ◦ green 85 ◦ blue 88

#AB5558
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AB5558

Tints of Hippie Pink #AB5558

RGB

 RED value IS 171 (67.19% from 255) = 49.71%

 GREEN value IS 85 (33.59% from 255) = 24.71%

 BLUE value IS 88 (34.77% from 255) = 25.58%

R = 49.71%
G = 24.71%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB5558 (or 0xAB5558) is known color: Hippie Pink. HEX triplet: AB, 55 and 58. RGB value is (171,85,88). Sum of RGB (Red+Green+Blue) = 171+85+88=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5558 is #54AAA7. Grayscale: #6F6F6F. Windows color (decimal): -5548712 or 5789099. OLE color: 5789099.

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

Color convert

RGB 171 85 88 -
CMYK 0 0.50 0.49 0.33
HSL 357.91º 0.34% 0.5% -
HSV(B) 357.91º 0.5% 0.67% -
XYZ 21.8 15.86 11.14 -
YUV 111.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 171 85 88 0 0.50 0.49 0.33 357.91 0.34 0.5
Hex AB 55 58 0 32 31 21 166 22 32
Octal 253 125 130 0 62 61 41 546 42 62
Binary 10101011 1010101 1011000 0 110010 110001 100001 101100110 100010 110010

Color Harmonies of #AB5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5558

Black with #AB5558

Text Example


Text Example

White with #AB5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5558; }

 p { color: rgb(171,85,88); }

 H1.HeaderClassName
 {
   color: #AB5558;
 }
 .AnyTagClassName
 {
   color: #AB5558;
 }
</style>

background-color css

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

 a { background-color: rgb(171,85,88); }

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

border-color css

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

 span { border-color: rgb(171,85,88); }

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