Html Css Color HEX #AB4656 Hippie Pink

📋 copy color: '#AB4656'

red 171 ◦ green 70 ◦ blue 86

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

Shades of Hippie Pink #AB4656

Tints of Hippie Pink #AB4656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

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

R = 52.29%
G = 21.41%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB4656 (or 0xAB4656) is known color: Hippie Pink. HEX triplet: AB, 46 and 56. RGB value is (171,70,86). Sum of RGB (Red+Green+Blue) = 171+70+86=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4656 is #54B9A9. Grayscale: #666666. Windows color (decimal): -5552554 or 5654187. OLE color: 5654187.

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

Color convert

RGB 171 70 86 -
CMYK 0 0.59 0.50 0.33
HSL 350.5º 0.42% 0.47% -
HSV(B) 350.5º 0.59% 0.67% -
XYZ 20.66 13.71 10.36 -
YUV 102.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 171 70 86 0 0.59 0.50 0.33 350.5 0.42 0.47
Hex AB 46 56 0 3B 32 21 15E 2A 2F
Octal 253 106 126 0 73 62 41 536 52 57
Binary 10101011 1000110 1010110 0 111011 110010 100001 101011110 101010 101111

Color Harmonies of #AB4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4656

Black with #AB4656

Text Example


Text Example

White with #AB4656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4656; }

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

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

background-color css

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

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

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

border-color css

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

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

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