Html Css Color HEX #AB4C55 Hippie Pink

📋 copy color: '#AB4C55'

red 171 ◦ green 76 ◦ blue 85

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

Shades of Hippie Pink #AB4C55

Tints of Hippie Pink #AB4C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 51.51%
G = 22.89%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB4C55 (or 0xAB4C55) is known color: Hippie Pink. HEX triplet: AB, 4C and 55. RGB value is (171,76,85). Sum of RGB (Red+Green+Blue) = 171+76+85=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C55 is #54B3AA. Grayscale: #696969. Windows color (decimal): -5551019 or 5590187. OLE color: 5590187.

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

Color convert

RGB 171 76 85 -
CMYK 0 0.56 0.50 0.33
HSL 354.32º 0.38% 0.48% -
HSV(B) 354.32º 0.56% 0.67% -
XYZ 21.02 14.48 10.28 -
YUV 105.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 171 76 85 0 0.56 0.50 0.33 354.32 0.38 0.48
Hex AB 4C 55 0 38 32 21 162 26 30
Octal 253 114 125 0 70 62 41 542 46 60
Binary 10101011 1001100 1010101 0 111000 110010 100001 101100010 100110 110000

Color Harmonies of #AB4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C55

Black with #AB4C55

Text Example


Text Example

White with #AB4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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