Html Css Color HEX #AB494C Hippie Pink

📋 copy color: '#AB494C'

red 171 ◦ green 73 ◦ blue 76

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

Shades of Hippie Pink #AB494C

Tints of Hippie Pink #AB494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 53.44%
G = 22.81%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB494C (or 0xAB494C) is known color: Hippie Pink. HEX triplet: AB, 49 and 4C. RGB value is (171,73,76). Sum of RGB (Red+Green+Blue) = 171+73+76=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB494C is #54B6B3. Grayscale: #666666. Windows color (decimal): -5551796 or 4999595. OLE color: 4999595.

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

Color convert

RGB 171 73 76 -
CMYK 0 0.57 0.56 0.33
HSL 358.16º 0.4% 0.48% -
HSV(B) 358.16º 0.57% 0.67% -
XYZ 20.48 13.94 8.45 -
YUV 102.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 171 73 76 0 0.57 0.56 0.33 358.16 0.4 0.48
Hex AB 49 4C 0 39 38 21 166 28 30
Octal 253 111 114 0 71 70 41 546 50 60
Binary 10101011 1001001 1001100 0 111001 111000 100001 101100110 101000 110000

Color Harmonies of #AB494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB494C

Black with #AB494C

Text Example


Text Example

White with #AB494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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