Html Css Color HEX #AB5253 Hippie Pink

📋 copy color: '#AB5253'

red 171 ◦ green 82 ◦ blue 83

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

Shades of Hippie Pink #AB5253

Tints of Hippie Pink #AB5253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 50.89%
G = 24.4%
B = 24.7%

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

#AB5253 (or 0xAB5253) is known color: Hippie Pink. HEX triplet: AB, 52 and 53. RGB value is (171,82,83). Sum of RGB (Red+Green+Blue) = 171+82+83=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5253 is #54ADAC. Grayscale: #6C6C6C. Windows color (decimal): -5549485 or 5460651. OLE color: 5460651.

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

Color convert

RGB 171 82 83 -
CMYK 0 0.52 0.51 0.33
HSL 359.33º 0.35% 0.5% -
HSV(B) 359.33º 0.52% 0.67% -
XYZ 21.37 15.32 10.01 -
YUV 108.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 171 82 83 0 0.52 0.51 0.33 359.33 0.35 0.5
Hex AB 52 53 0 34 33 21 167 23 32
Octal 253 122 123 0 64 63 41 547 43 62
Binary 10101011 1010010 1010011 0 110100 110011 100001 101100111 100011 110010

Color Harmonies of #AB5253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5253

Black with #AB5253

Text Example


Text Example

White with #AB5253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5253; }

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

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

background-color css

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

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

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

border-color css

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

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

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