Html Css Color HEX #AB4849 Hippie Pink

📋 copy color: '#AB4849'

red 171 ◦ green 72 ◦ blue 73

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

Shades of Hippie Pink #AB4849

Tints of Hippie Pink #AB4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 54.11%
G = 22.78%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB4849 (or 0xAB4849) is known color: Hippie Pink. HEX triplet: AB, 48 and 49. RGB value is (171,72,73). Sum of RGB (Red+Green+Blue) = 171+72+73=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4849 is #54B7B6. Grayscale: #656565. Windows color (decimal): -5552055 or 4802731. OLE color: 4802731.

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

Color convert

RGB 171 72 73 -
CMYK 0 0.58 0.57 0.33
HSL 359.39º 0.41% 0.48% -
HSV(B) 359.39º 0.58% 0.67% -
XYZ 20.31 13.77 7.89 -
YUV 101.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 171 72 73 0 0.58 0.57 0.33 359.39 0.41 0.48
Hex AB 48 49 0 3A 39 21 167 29 30
Octal 253 110 111 0 72 71 41 547 51 60
Binary 10101011 1001000 1001001 0 111010 111001 100001 101100111 101001 110000

Color Harmonies of #AB4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4849

Black with #AB4849

Text Example


Text Example

White with #AB4849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4849; }

 p { color: rgb(171,72,73); }

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

background-color css

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

 a { background-color: rgb(171,72,73); }

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

border-color css

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

 span { border-color: rgb(171,72,73); }

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