Html Css Color HEX #AB4748 Hippie Pink

📋 copy color: '#AB4748'

red 171 ◦ green 71 ◦ blue 72

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

Shades of Hippie Pink #AB4748

Tints of Hippie Pink #AB4748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 54.46%
G = 22.61%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB4748 (or 0xAB4748) is known color: Hippie Pink. HEX triplet: AB, 47 and 48. RGB value is (171,71,72). Sum of RGB (Red+Green+Blue) = 171+71+72=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4748 is #54B8B7. Grayscale: #656565. Windows color (decimal): -5552312 or 4736939. OLE color: 4736939.

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

Color convert

RGB 171 71 72 -
CMYK 0 0.58 0.58 0.33
HSL 359.4º 0.41% 0.47% -
HSV(B) 359.4º 0.58% 0.67% -
XYZ 20.22 13.63 7.7 -
YUV 101.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 171 71 72 0 0.58 0.58 0.33 359.4 0.41 0.47
Hex AB 47 48 0 3A 3A 21 167 29 2F
Octal 253 107 110 0 72 72 41 547 51 57
Binary 10101011 1000111 1001000 0 111010 111010 100001 101100111 101001 101111

Color Harmonies of #AB4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4748

Black with #AB4748

Text Example


Text Example

White with #AB4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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