Html Css Color HEX #AB4B56 Hippie Pink

📋 copy color: '#AB4B56'

red 171 ◦ green 75 ◦ blue 86

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

Shades of Hippie Pink #AB4B56

Tints of Hippie Pink #AB4B56

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.59%

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 51.51%
G = 22.59%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB4B56 (or 0xAB4B56) is known color: Hippie Pink. HEX triplet: AB, 4B and 56. RGB value is (171,75,86). Sum of RGB (Red+Green+Blue) = 171+75+86=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B56 is #54B4A9. Grayscale: #696969. Windows color (decimal): -5551274 or 5655467. OLE color: 5655467.

HSL color Cylindrical-coordinate representation of color #AB4B56: hue angle of 353.12º degrees, saturation: 0.39, 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 #AB4B56 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 75 86 -
CMYK 0 0.56 0.50 0.33
HSL 353.13º 0.39% 0.48% -
HSV(B) 353.13º 0.56% 0.67% -
XYZ 20.99 14.36 10.47 -
YUV 104.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 171 75 86 0 0.56 0.50 0.33 353.13 0.39 0.48
Hex AB 4B 56 0 38 32 21 161 27 30
Octal 253 113 126 0 70 62 41 541 47 60
Binary 10101011 1001011 1010110 0 111000 110010 100001 101100001 100111 110000

Color Harmonies of #AB4B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B56

Black with #AB4B56

Text Example


Text Example

White with #AB4B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B56; }

 p { color: rgb(171,75,86); }

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

background-color css

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

 a { background-color: rgb(171,75,86); }

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

border-color css

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

 span { border-color: rgb(171,75,86); }

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