Html Css Color HEX #AB555B Hippie Pink

📋 copy color: '#AB555B'

red 171 ◦ green 85 ◦ blue 91

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

Shades of Hippie Pink #AB555B

Tints of Hippie Pink #AB555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 49.28%
G = 24.5%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB555B (or 0xAB555B) is known color: Hippie Pink. HEX triplet: AB, 55 and 5B. RGB value is (171,85,91). Sum of RGB (Red+Green+Blue) = 171+85+91=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB555B is #54AAA4. Grayscale: #6F6F6F. Windows color (decimal): -5548709 or 5985707. OLE color: 5985707.

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

Color convert

RGB 171 85 91 -
CMYK 0 0.50 0.47 0.33
HSL 355.81º 0.34% 0.5% -
HSV(B) 355.81º 0.5% 0.67% -
XYZ 21.93 15.91 11.81 -
YUV 111.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 171 85 91 0 0.50 0.47 0.33 355.81 0.34 0.5
Hex AB 55 5B 0 32 2F 21 164 22 32
Octal 253 125 133 0 62 57 41 544 42 62
Binary 10101011 1010101 1011011 0 110010 101111 100001 101100100 100010 110010

Color Harmonies of #AB555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB555B

Black with #AB555B

Text Example


Text Example

White with #AB555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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