Html Css Color HEX #AB4755 Hippie Pink

📋 copy color: '#AB4755'

red 171 ◦ green 71 ◦ blue 85

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

Shades of Hippie Pink #AB4755

Tints of Hippie Pink #AB4755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 52.29%
G = 21.71%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB4755 (or 0xAB4755) is known color: Hippie Pink. HEX triplet: AB, 47 and 55. RGB value is (171,71,85). Sum of RGB (Red+Green+Blue) = 171+71+85=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4755 is #54B8AA. Grayscale: #666666. Windows color (decimal): -5552299 or 5588907. OLE color: 5588907.

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

Color convert

RGB 171 71 85 -
CMYK 0 0.58 0.50 0.33
HSL 351.6º 0.41% 0.47% -
HSV(B) 351.6º 0.58% 0.67% -
XYZ 20.69 13.82 10.17 -
YUV 102.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 171 71 85 0 0.58 0.50 0.33 351.6 0.41 0.47
Hex AB 47 55 0 3A 32 21 160 29 2F
Octal 253 107 125 0 72 62 41 540 51 57
Binary 10101011 1000111 1010101 0 111010 110010 100001 101100000 101001 101111

Color Harmonies of #AB4755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4755

Black with #AB4755

Text Example


Text Example

White with #AB4755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4755; }

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

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

background-color css

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

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

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

border-color css

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

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

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