Html Css Color HEX #AB484A Hippie Pink

📋 copy color: '#AB484A'

red 171 ◦ green 72 ◦ blue 74

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

Shades of Hippie Pink #AB484A

Tints of Hippie Pink #AB484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

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

R = 53.94%
G = 22.71%
B = 23.34%

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

#AB484A (or 0xAB484A) is known color: Hippie Pink. HEX triplet: AB, 48 and 4A. RGB value is (171,72,74). Sum of RGB (Red+Green+Blue) = 171+72+74=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB484A is #54B7B5. Grayscale: #656565. Windows color (decimal): -5552054 or 4868267. OLE color: 4868267.

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

Color convert

RGB 171 72 74 -
CMYK 0 0.58 0.57 0.33
HSL 358.79º 0.41% 0.48% -
HSV(B) 358.79º 0.58% 0.67% -
XYZ 20.35 13.79 8.07 -
YUV 101.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 171 72 74 0 0.58 0.57 0.33 358.79 0.41 0.48
Hex AB 48 4A 0 3A 39 21 167 29 30
Octal 253 110 112 0 72 71 41 547 51 60
Binary 10101011 1001000 1001010 0 111010 111001 100001 101100111 101001 110000

Color Harmonies of #AB484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB484A

Black with #AB484A

Text Example


Text Example

White with #AB484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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