Html Css Color HEX #AB5254 Hippie Pink

📋 copy color: '#AB5254'

red 171 ◦ green 82 ◦ blue 84

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

Shades of Hippie Pink #AB5254

Tints of Hippie Pink #AB5254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.33%

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

R = 50.74%
G = 24.33%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB5254 (or 0xAB5254) is known color: Hippie Pink. HEX triplet: AB, 52 and 54. RGB value is (171,82,84). Sum of RGB (Red+Green+Blue) = 171+82+84=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5254 is #54ADAB. Grayscale: #6C6C6C. Windows color (decimal): -5549484 or 5526187. OLE color: 5526187.

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

Color convert

RGB 171 82 84 -
CMYK 0 0.52 0.51 0.33
HSL 358.65º 0.35% 0.5% -
HSV(B) 358.65º 0.52% 0.67% -
XYZ 21.41 15.33 10.22 -
YUV 108.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 171 82 84 0 0.52 0.51 0.33 358.65 0.35 0.5
Hex AB 52 54 0 34 33 21 167 23 32
Octal 253 122 124 0 64 63 41 547 43 62
Binary 10101011 1010010 1010100 0 110100 110011 100001 101100111 100011 110010

Color Harmonies of #AB5254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5254

Black with #AB5254

Text Example


Text Example

White with #AB5254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5254; }

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

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

background-color css

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

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

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

border-color css

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

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

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