Html Css Color HEX #AB4750 Hippie Pink

📋 copy color: '#AB4750'

red 171 ◦ green 71 ◦ blue 80

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

Shades of Hippie Pink #AB4750

Tints of Hippie Pink #AB4750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 53.11%
G = 22.05%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB4750 (or 0xAB4750) is known color: Hippie Pink. HEX triplet: AB, 47 and 50. RGB value is (171,71,80). Sum of RGB (Red+Green+Blue) = 171+71+80=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4750 is #54B8AF. Grayscale: #656565. Windows color (decimal): -5552304 or 5261227. OLE color: 5261227.

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

Color convert

RGB 171 71 80 -
CMYK 0 0.58 0.53 0.33
HSL 354.6º 0.41% 0.47% -
HSV(B) 354.6º 0.58% 0.67% -
XYZ 20.5 13.74 9.16 -
YUV 101.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 171 71 80 0 0.58 0.53 0.33 354.6 0.41 0.47
Hex AB 47 50 0 3A 35 21 163 29 2F
Octal 253 107 120 0 72 65 41 543 51 57
Binary 10101011 1000111 1010000 0 111010 110101 100001 101100011 101001 101111

Color Harmonies of #AB4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4750

Black with #AB4750

Text Example


Text Example

White with #AB4750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4750; }

 p { color: rgb(171,71,80); }

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

background-color css

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

 a { background-color: rgb(171,71,80); }

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

border-color css

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

 span { border-color: rgb(171,71,80); }

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