Html Css Color HEX #AB484C Hippie Pink

📋 copy color: '#AB484C'

red 171 ◦ green 72 ◦ blue 76

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

Shades of Hippie Pink #AB484C

Tints of Hippie Pink #AB484C

RGB

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

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

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

R = 53.61%
G = 22.57%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB484C (or 0xAB484C) is known color: Hippie Pink. HEX triplet: AB, 48 and 4C. RGB value is (171,72,76). Sum of RGB (Red+Green+Blue) = 171+72+76=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB484C is #54B7B3. Grayscale: #666666. Windows color (decimal): -5552052 or 4999339. OLE color: 4999339.

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

Color convert

RGB 171 72 76 -
CMYK 0 0.58 0.56 0.33
HSL 357.58º 0.41% 0.48% -
HSV(B) 357.58º 0.58% 0.67% -
XYZ 20.42 13.81 8.43 -
YUV 102.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 171 72 76 0 0.58 0.56 0.33 357.58 0.41 0.48
Hex AB 48 4C 0 3A 38 21 166 29 30
Octal 253 110 114 0 72 70 41 546 51 60
Binary 10101011 1001000 1001100 0 111010 111000 100001 101100110 101001 110000

Color Harmonies of #AB484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB484C

Black with #AB484C

Text Example


Text Example

White with #AB484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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