Html Css Color HEX #AB474D Hippie Pink

📋 copy color: '#AB474D'

red 171 ◦ green 71 ◦ blue 77

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

Shades of Hippie Pink #AB474D

Tints of Hippie Pink #AB474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 53.61%
G = 22.26%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB474D (or 0xAB474D) is known color: Hippie Pink. HEX triplet: AB, 47 and 4D. RGB value is (171,71,77). Sum of RGB (Red+Green+Blue) = 171+71+77=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB474D is #54B8B2. Grayscale: #656565. Windows color (decimal): -5552307 or 5064619. OLE color: 5064619.

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

Color convert

RGB 171 71 77 -
CMYK 0 0.58 0.55 0.33
HSL 356.4º 0.41% 0.47% -
HSV(B) 356.4º 0.58% 0.67% -
XYZ 20.39 13.7 8.59 -
YUV 101.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 171 71 77 0 0.58 0.55 0.33 356.4 0.41 0.47
Hex AB 47 4D 0 3A 37 21 164 29 2F
Octal 253 107 115 0 72 67 41 544 51 57
Binary 10101011 1000111 1001101 0 111010 110111 100001 101100100 101001 101111

Color Harmonies of #AB474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB474D

Black with #AB474D

Text Example


Text Example

White with #AB474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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