Html Css Color HEX #AB515F Hippie Pink

📋 copy color: '#AB515F'

red 171 ◦ green 81 ◦ blue 95

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

Shades of Hippie Pink #AB515F

Tints of Hippie Pink #AB515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 49.28%
G = 23.34%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB515F (or 0xAB515F) is known color: Hippie Pink. HEX triplet: AB, 51 and 5F. RGB value is (171,81,95). Sum of RGB (Red+Green+Blue) = 171+81+95=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB515F is #54AEA0. Grayscale: #6D6D6D. Windows color (decimal): -5549729 or 6246827. OLE color: 6246827.

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

Color convert

RGB 171 81 95 -
CMYK 0 0.53 0.44 0.33
HSL 350.67º 0.36% 0.49% -
HSV(B) 350.67º 0.53% 0.67% -
XYZ 21.8 15.37 12.64 -
YUV 109.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 171 81 95 0 0.53 0.44 0.33 350.67 0.36 0.49
Hex AB 51 5F 0 35 2C 21 15F 24 31
Octal 253 121 137 0 65 54 41 537 44 61
Binary 10101011 1010001 1011111 0 110101 101100 100001 101011111 100100 110001

Color Harmonies of #AB515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB515F

Black with #AB515F

Text Example


Text Example

White with #AB515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB515F; }

 p { color: rgb(171,81,95); }

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

background-color css

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

 a { background-color: rgb(171,81,95); }

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

border-color css

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

 span { border-color: rgb(171,81,95); }

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