Html Css Color HEX #AB4C5A Hippie Pink

📋 copy color: '#AB4C5A'

red 171 ◦ green 76 ◦ blue 90

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

Shades of Hippie Pink #AB4C5A

Tints of Hippie Pink #AB4C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.55%

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 50.74%
G = 22.55%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB4C5A (or 0xAB4C5A) is known color: Hippie Pink. HEX triplet: AB, 4C and 5A. RGB value is (171,76,90). Sum of RGB (Red+Green+Blue) = 171+76+90=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C5A is #54B3A5. Grayscale: #6A6A6A. Windows color (decimal): -5551014 or 5917867. OLE color: 5917867.

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

Color convert

RGB 171 76 90 -
CMYK 0 0.56 0.47 0.33
HSL 351.16º 0.38% 0.48% -
HSV(B) 351.16º 0.56% 0.67% -
XYZ 21.22 14.57 11.37 -
YUV 106 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 171 76 90 0 0.56 0.47 0.33 351.16 0.38 0.48
Hex AB 4C 5A 0 38 2F 21 15F 26 30
Octal 253 114 132 0 70 57 41 537 46 60
Binary 10101011 1001100 1011010 0 111000 101111 100001 101011111 100110 110000

Color Harmonies of #AB4C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C5A

Black with #AB4C5A

Text Example


Text Example

White with #AB4C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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