Html Css Color HEX #AB484E Hippie Pink

📋 copy color: '#AB484E'

red 171 ◦ green 72 ◦ blue 78

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

Shades of Hippie Pink #AB484E

Tints of Hippie Pink #AB484E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 53.27%
G = 22.43%
B = 24.3%

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

#AB484E (or 0xAB484E) is known color: Hippie Pink. HEX triplet: AB, 48 and 4E. RGB value is (171,72,78). Sum of RGB (Red+Green+Blue) = 171+72+78=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB484E is #54B7B1. Grayscale: #666666. Windows color (decimal): -5552050 or 5130411. OLE color: 5130411.

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

Color convert

RGB 171 72 78 -
CMYK 0 0.58 0.54 0.33
HSL 356.36º 0.41% 0.48% -
HSV(B) 356.36º 0.58% 0.67% -
XYZ 20.49 13.84 8.8 -
YUV 102.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 171 72 78 0 0.58 0.54 0.33 356.36 0.41 0.48
Hex AB 48 4E 0 3A 36 21 164 29 30
Octal 253 110 116 0 72 66 41 544 51 60
Binary 10101011 1001000 1001110 0 111010 110110 100001 101100100 101001 110000

Color Harmonies of #AB484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB484E

Black with #AB484E

Text Example


Text Example

White with #AB484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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