Html Css Color HEX #AB474A Hippie Pink

📋 copy color: '#AB474A'

red 171 ◦ green 71 ◦ blue 74

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

Shades of Hippie Pink #AB474A

Tints of Hippie Pink #AB474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 54.11%
G = 22.47%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB474A (or 0xAB474A) is known color: Hippie Pink. HEX triplet: AB, 47 and 4A. RGB value is (171,71,74). Sum of RGB (Red+Green+Blue) = 171+71+74=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB474A is #54B8B5. Grayscale: #656565. Windows color (decimal): -5552310 or 4868011. OLE color: 4868011.

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

Color convert

RGB 171 71 74 -
CMYK 0 0.58 0.57 0.33
HSL 358.2º 0.41% 0.47% -
HSV(B) 358.2º 0.58% 0.67% -
XYZ 20.28 13.66 8.05 -
YUV 101.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 171 71 74 0 0.58 0.57 0.33 358.2 0.41 0.47
Hex AB 47 4A 0 3A 39 21 166 29 2F
Octal 253 107 112 0 72 71 41 546 51 57
Binary 10101011 1000111 1001010 0 111010 111001 100001 101100110 101001 101111

Color Harmonies of #AB474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB474A

Black with #AB474A

Text Example


Text Example

White with #AB474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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