Html Css Color HEX #AB555E Hippie Pink

📋 copy color: '#AB555E'

red 171 ◦ green 85 ◦ blue 94

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

Shades of Hippie Pink #AB555E

Tints of Hippie Pink #AB555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 48.86%
G = 24.29%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB555E (or 0xAB555E) is known color: Hippie Pink. HEX triplet: AB, 55 and 5E. RGB value is (171,85,94). Sum of RGB (Red+Green+Blue) = 171+85+94=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB555E is #54AAA1. Grayscale: #6F6F6F. Windows color (decimal): -5548706 or 6182315. OLE color: 6182315.

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

Color convert

RGB 171 85 94 -
CMYK 0 0.50 0.45 0.33
HSL 353.72º 0.34% 0.5% -
HSV(B) 353.72º 0.5% 0.67% -
XYZ 22.06 15.96 12.51 -
YUV 111.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 171 85 94 0 0.50 0.45 0.33 353.72 0.34 0.5
Hex AB 55 5E 0 32 2D 21 162 22 32
Octal 253 125 136 0 62 55 41 542 42 62
Binary 10101011 1010101 1011110 0 110010 101101 100001 101100010 100010 110010

Color Harmonies of #AB555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB555E

Black with #AB555E

Text Example


Text Example

White with #AB555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB555E; }

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

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

background-color css

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

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

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

border-color css

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

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

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