Html Css Color HEX #AB4254 Hippie Pink

📋 copy color: '#AB4254'

red 171 ◦ green 66 ◦ blue 84

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

Shades of Hippie Pink #AB4254

Tints of Hippie Pink #AB4254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.56%

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 53.27%
G = 20.56%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB4254 (or 0xAB4254) is known color: Hippie Pink. HEX triplet: AB, 42 and 54. RGB value is (171,66,84). Sum of RGB (Red+Green+Blue) = 171+66+84=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4254 is #54BDAB. Grayscale: #636363. Windows color (decimal): -5553580 or 5522091. OLE color: 5522091.

HSL color Cylindrical-coordinate representation of color #AB4254: hue angle of 349.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4254 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 84 -
CMYK 0 0.61 0.51 0.33
HSL 349.71º 0.44% 0.46% -
HSV(B) 349.71º 0.61% 0.67% -
XYZ 20.34 13.19 9.86 -
YUV 99.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 171 66 84 0 0.61 0.51 0.33 349.71 0.44 0.46
Hex AB 42 54 0 3D 33 21 15E 2C 2E
Octal 253 102 124 0 75 63 41 536 54 56
Binary 10101011 1000010 1010100 0 111101 110011 100001 101011110 101100 101110

Color Harmonies of #AB4254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4254

Black with #AB4254

Text Example


Text Example

White with #AB4254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4254; }

 p { color: rgb(171,66,84); }

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

background-color css

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

 a { background-color: rgb(171,66,84); }

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

border-color css

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

 span { border-color: rgb(171,66,84); }

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