Html Css Color HEX #AB4655 Hippie Pink

📋 copy color: '#AB4655'

red 171 ◦ green 70 ◦ blue 85

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

Shades of Hippie Pink #AB4655

Tints of Hippie Pink #AB4655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 52.45%
G = 21.47%
B = 26.07%

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

#AB4655 (or 0xAB4655) is known color: Hippie Pink. HEX triplet: AB, 46 and 55. RGB value is (171,70,85). Sum of RGB (Red+Green+Blue) = 171+70+85=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4655 is #54B9AA. Grayscale: #656565. Windows color (decimal): -5552555 or 5588651. OLE color: 5588651.

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

Color convert

RGB 171 70 85 -
CMYK 0 0.59 0.50 0.33
HSL 351.09º 0.42% 0.47% -
HSV(B) 351.09º 0.59% 0.67% -
XYZ 20.62 13.69 10.15 -
YUV 101.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 171 70 85 0 0.59 0.50 0.33 351.09 0.42 0.47
Hex AB 46 55 0 3B 32 21 15F 2A 2F
Octal 253 106 125 0 73 62 41 537 52 57
Binary 10101011 1000110 1010101 0 111011 110010 100001 101011111 101010 101111

Color Harmonies of #AB4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4655

Black with #AB4655

Text Example


Text Example

White with #AB4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4655; }

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

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

background-color css

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

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

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

border-color css

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

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

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