Html Css Color HEX #AB4552 Hippie Pink

📋 copy color: '#AB4552'

red 171 ◦ green 69 ◦ blue 82

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

Shades of Hippie Pink #AB4552

Tints of Hippie Pink #AB4552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

 BLUE value IS 82 (32.42% from 255) = 25.47%

R = 53.11%
G = 21.43%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB4552 (or 0xAB4552) is known color: Hippie Pink. HEX triplet: AB, 45 and 52. RGB value is (171,69,82). Sum of RGB (Red+Green+Blue) = 171+69+82=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4552 is #54BAAD. Grayscale: #656565. Windows color (decimal): -5552814 or 5391787. OLE color: 5391787.

HSL color Cylindrical-coordinate representation of color #AB4552: hue angle of 352.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4552 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 82 -
CMYK 0 0.60 0.52 0.33
HSL 352.35º 0.43% 0.47% -
HSV(B) 352.35º 0.6% 0.67% -
XYZ 20.45 13.52 9.52 -
YUV 100.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 171 69 82 0 0.60 0.52 0.33 352.35 0.43 0.47
Hex AB 45 52 0 3C 34 21 160 2A 2F
Octal 253 105 122 0 74 64 41 540 52 57
Binary 10101011 1000101 1010010 0 111100 110100 100001 101100000 101010 101111

Color Harmonies of #AB4552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4552

Black with #AB4552

Text Example


Text Example

White with #AB4552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4552; }

 p { color: rgb(171,69,82); }

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

background-color css

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

 a { background-color: rgb(171,69,82); }

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

border-color css

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

 span { border-color: rgb(171,69,82); }

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