Html Css Color HEX #AB484F Hippie Pink

📋 copy color: '#AB484F'

red 171 ◦ green 72 ◦ blue 79

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

Shades of Hippie Pink #AB484F

Tints of Hippie Pink #AB484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.53%

R = 53.11%
G = 22.36%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB484F (or 0xAB484F) is known color: Hippie Pink. HEX triplet: AB, 48 and 4F. RGB value is (171,72,79). Sum of RGB (Red+Green+Blue) = 171+72+79=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB484F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB484F is #54B7B0. Grayscale: #666666. Windows color (decimal): -5552049 or 5195947. OLE color: 5195947.

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

Color convert

RGB 171 72 79 -
CMYK 0 0.58 0.54 0.33
HSL 355.76º 0.41% 0.48% -
HSV(B) 355.76º 0.58% 0.67% -
XYZ 20.52 13.86 8.99 -
YUV 102.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 171 72 79 0 0.58 0.54 0.33 355.76 0.41 0.48
Hex AB 48 4F 0 3A 36 21 164 29 30
Octal 253 110 117 0 72 66 41 544 51 60
Binary 10101011 1001000 1001111 0 111010 110110 100001 101100100 101001 110000

Color Harmonies of #AB484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB484F

Black with #AB484F

Text Example


Text Example

White with #AB484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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