Html Css Color HEX #AB5559 Hippie Pink

📋 copy color: '#AB5559'

red 171 ◦ green 85 ◦ blue 89

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

Shades of Hippie Pink #AB5559

Tints of Hippie Pink #AB5559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.8%

R = 49.57%
G = 24.64%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB5559 (or 0xAB5559) is known color: Hippie Pink. HEX triplet: AB, 55 and 59. RGB value is (171,85,89). Sum of RGB (Red+Green+Blue) = 171+85+89=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5559 is #54AAA6. Grayscale: #6F6F6F. Windows color (decimal): -5548711 or 5854635. OLE color: 5854635.

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

Color convert

RGB 171 85 89 -
CMYK 0 0.50 0.48 0.33
HSL 357.21º 0.34% 0.5% -
HSV(B) 357.21º 0.5% 0.67% -
XYZ 21.85 15.88 11.36 -
YUV 111.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 171 85 89 0 0.50 0.48 0.33 357.21 0.34 0.5
Hex AB 55 59 0 32 30 21 165 22 32
Octal 253 125 131 0 62 60 41 545 42 62
Binary 10101011 1010101 1011001 0 110010 110000 100001 101100101 100010 110010

Color Harmonies of #AB5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5559

Black with #AB5559

Text Example


Text Example

White with #AB5559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5559; }

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

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

background-color css

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

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

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

border-color css

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

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

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