Html Css Color HEX #AB4453 Hippie Pink

📋 copy color: '#AB4453'

red 171 ◦ green 68 ◦ blue 83

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

Shades of Hippie Pink #AB4453

Tints of Hippie Pink #AB4453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 53.11%
G = 21.12%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB4453 (or 0xAB4453) is known color: Hippie Pink. HEX triplet: AB, 44 and 53. RGB value is (171,68,83). Sum of RGB (Red+Green+Blue) = 171+68+83=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4453 is #54BBAC. Grayscale: #646464. Windows color (decimal): -5553069 or 5457067. OLE color: 5457067.

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

Color convert

RGB 171 68 83 -
CMYK 0 0.60 0.51 0.33
HSL 351.26º 0.43% 0.47% -
HSV(B) 351.26º 0.6% 0.67% -
XYZ 20.42 13.42 9.7 -
YUV 100.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 171 68 83 0 0.60 0.51 0.33 351.26 0.43 0.47
Hex AB 44 53 0 3C 33 21 15F 2B 2F
Octal 253 104 123 0 74 63 41 537 53 57
Binary 10101011 1000100 1010011 0 111100 110011 100001 101011111 101011 101111

Color Harmonies of #AB4453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4453

Black with #AB4453

Text Example


Text Example

White with #AB4453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4453; }

 p { color: rgb(171,68,83); }

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

background-color css

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

 a { background-color: rgb(171,68,83); }

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

border-color css

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

 span { border-color: rgb(171,68,83); }

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