Html Css Color HEX #AB4749 Hippie Pink

📋 copy color: '#AB4749'

red 171 ◦ green 71 ◦ blue 73

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

Shades of Hippie Pink #AB4749

Tints of Hippie Pink #AB4749

RGB

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

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

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

R = 54.29%
G = 22.54%
B = 23.17%

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

#AB4749 (or 0xAB4749) is known color: Hippie Pink. HEX triplet: AB, 47 and 49. RGB value is (171,71,73). Sum of RGB (Red+Green+Blue) = 171+71+73=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4749 is #54B8B6. Grayscale: #656565. Windows color (decimal): -5552311 or 4802475. OLE color: 4802475.

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

Color convert

RGB 171 71 73 -
CMYK 0 0.58 0.57 0.33
HSL 358.8º 0.41% 0.47% -
HSV(B) 358.8º 0.58% 0.67% -
XYZ 20.25 13.65 7.87 -
YUV 101.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 171 71 73 0 0.58 0.57 0.33 358.8 0.41 0.47
Hex AB 47 49 0 3A 39 21 167 29 2F
Octal 253 107 111 0 72 71 41 547 51 57
Binary 10101011 1000111 1001001 0 111010 111001 100001 101100111 101001 101111

Color Harmonies of #AB4749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4749

Black with #AB4749

Text Example


Text Example

White with #AB4749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4749; }

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

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

background-color css

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

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

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

border-color css

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

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

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