Html Css Color HEX #AB5461 Hippie Pink

📋 copy color: '#AB5461'

red 171 ◦ green 84 ◦ blue 97

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

Shades of Hippie Pink #AB5461

Tints of Hippie Pink #AB5461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 48.58%
G = 23.86%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB5461 (or 0xAB5461) is known color: Hippie Pink. HEX triplet: AB, 54 and 61. RGB value is (171,84,97). Sum of RGB (Red+Green+Blue) = 171+84+97=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5461 is #54AB9E. Grayscale: #6F6F6F. Windows color (decimal): -5548959 or 6378667. OLE color: 6378667.

HSL color Cylindrical-coordinate representation of color #AB5461: hue angle of 351.03º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5461 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 84 97 -
CMYK 0 0.51 0.43 0.33
HSL 351.03º 0.34% 0.5% -
HSV(B) 351.03º 0.51% 0.67% -
XYZ 22.12 15.86 13.2 -
YUV 111.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 171 84 97 0 0.51 0.43 0.33 351.03 0.34 0.5
Hex AB 54 61 0 33 2B 21 15F 22 32
Octal 253 124 141 0 63 53 41 537 42 62
Binary 10101011 1010100 1100001 0 110011 101011 100001 101011111 100010 110010

Color Harmonies of #AB5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5461

Black with #AB5461

Text Example


Text Example

White with #AB5461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5461; }

 p { color: rgb(171,84,97); }

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

background-color css

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

 a { background-color: rgb(171,84,97); }

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

border-color css

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

 span { border-color: rgb(171,84,97); }

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