Html Css Color HEX #AB4156 Hippie Pink

📋 copy color: '#AB4156'

red 171 ◦ green 65 ◦ blue 86

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

Shades of Hippie Pink #AB4156

Tints of Hippie Pink #AB4156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

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

R = 53.11%
G = 20.19%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB4156 (or 0xAB4156) is known color: Hippie Pink. HEX triplet: AB, 41 and 56. RGB value is (171,65,86). Sum of RGB (Red+Green+Blue) = 171+65+86=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4156 is #54BEA9. Grayscale: #636363. Windows color (decimal): -5553834 or 5652907. OLE color: 5652907.

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

Color convert

RGB 171 65 86 -
CMYK 0 0.62 0.50 0.33
HSL 348.11º 0.45% 0.46% -
HSV(B) 348.11º 0.62% 0.67% -
XYZ 20.36 13.11 10.26 -
YUV 99.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 171 65 86 0 0.62 0.50 0.33 348.11 0.45 0.46
Hex AB 41 56 0 3E 32 21 15C 2D 2E
Octal 253 101 126 0 76 62 41 534 55 56
Binary 10101011 1000001 1010110 0 111110 110010 100001 101011100 101101 101110

Color Harmonies of #AB4156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4156

Black with #AB4156

Text Example


Text Example

White with #AB4156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4156; }

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

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

background-color css

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

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

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

border-color css

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

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

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