Html Css Color HEX #AB494D Hippie Pink

📋 copy color: '#AB494D'

red 171 ◦ green 73 ◦ blue 77

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

Shades of Hippie Pink #AB494D

Tints of Hippie Pink #AB494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 53.27%
G = 22.74%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB494D (or 0xAB494D) is known color: Hippie Pink. HEX triplet: AB, 49 and 4D. RGB value is (171,73,77). Sum of RGB (Red+Green+Blue) = 171+73+77=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB494D is #54B6B2. Grayscale: #666666. Windows color (decimal): -5551795 or 5065131. OLE color: 5065131.

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

Color convert

RGB 171 73 77 -
CMYK 0 0.57 0.55 0.33
HSL 357.55º 0.4% 0.48% -
HSV(B) 357.55º 0.57% 0.67% -
XYZ 20.52 13.96 8.63 -
YUV 102.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 171 73 77 0 0.57 0.55 0.33 357.55 0.4 0.48
Hex AB 49 4D 0 39 37 21 166 28 30
Octal 253 111 115 0 71 67 41 546 50 60
Binary 10101011 1001001 1001101 0 111001 110111 100001 101100110 101000 110000

Color Harmonies of #AB494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB494D

Black with #AB494D

Text Example


Text Example

White with #AB494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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