Html Css Color HEX #AB4B64 Hippie Pink

📋 copy color: '#AB4B64'

red 171 ◦ green 75 ◦ blue 100

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

Shades of Hippie Pink #AB4B64

Tints of Hippie Pink #AB4B64

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.68%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 49.42%
G = 21.68%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB4B64 (or 0xAB4B64) is known color: Hippie Pink. HEX triplet: AB, 4B and 64. RGB value is (171,75,100). Sum of RGB (Red+Green+Blue) = 171+75+100=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B64 is #54B49B. Grayscale: #6A6A6A. Windows color (decimal): -5551260 or 6572971. OLE color: 6572971.

HSL color Cylindrical-coordinate representation of color #AB4B64: hue angle of 344.38º degrees, saturation: 0.39, 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 #AB4B64 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 75 100 -
CMYK 0 0.56 0.42 0.33
HSL 344.38º 0.39% 0.48% -
HSV(B) 344.38º 0.56% 0.67% -
XYZ 21.61 14.61 13.74 -
YUV 106.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 171 75 100 0 0.56 0.42 0.33 344.38 0.39 0.48
Hex AB 4B 64 0 38 2A 21 158 27 30
Octal 253 113 144 0 70 52 41 530 47 60
Binary 10101011 1001011 1100100 0 111000 101010 100001 101011000 100111 110000

Color Harmonies of #AB4B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B64

Black with #AB4B64

Text Example


Text Example

White with #AB4B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B64; }

 p { color: rgb(171,75,100); }

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

background-color css

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

 a { background-color: rgb(171,75,100); }

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

border-color css

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

 span { border-color: rgb(171,75,100); }

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