Html Css Color HEX #AB4D4E Hippie Pink

📋 copy color: '#AB4D4E'

red 171 ◦ green 77 ◦ blue 78

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

Shades of Hippie Pink #AB4D4E

Tints of Hippie Pink #AB4D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

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

R = 52.45%
G = 23.62%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB4D4E (or 0xAB4D4E) is known color: Hippie Pink. HEX triplet: AB, 4D and 4E. RGB value is (171,77,78). Sum of RGB (Red+Green+Blue) = 171+77+78=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D4E is #54B2B1. Grayscale: #696969. Windows color (decimal): -5550770 or 5131691. OLE color: 5131691.

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

Color convert

RGB 171 77 78 -
CMYK 0 0.55 0.54 0.33
HSL 359.36º 0.38% 0.49% -
HSV(B) 359.36º 0.55% 0.67% -
XYZ 20.82 14.52 8.91 -
YUV 105.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 171 77 78 0 0.55 0.54 0.33 359.36 0.38 0.49
Hex AB 4D 4E 0 37 36 21 167 26 31
Octal 253 115 116 0 67 66 41 547 46 61
Binary 10101011 1001101 1001110 0 110111 110110 100001 101100111 100110 110001

Color Harmonies of #AB4D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D4E

Black with #AB4D4E

Text Example


Text Example

White with #AB4D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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