Html Css Color HEX #AB5053 Hippie Pink

📋 copy color: '#AB5053'

red 171 ◦ green 80 ◦ blue 83

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

Shades of Hippie Pink #AB5053

Tints of Hippie Pink #AB5053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

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

R = 51.2%
G = 23.95%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB5053 (or 0xAB5053) is known color: Hippie Pink. HEX triplet: AB, 50 and 53. RGB value is (171,80,83). Sum of RGB (Red+Green+Blue) = 171+80+83=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5053 is #54AFAC. Grayscale: #6B6B6B. Windows color (decimal): -5549997 or 5460139. OLE color: 5460139.

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

Color convert

RGB 171 80 83 -
CMYK 0 0.53 0.51 0.33
HSL 358.02º 0.36% 0.49% -
HSV(B) 358.02º 0.53% 0.67% -
XYZ 21.22 15.02 9.96 -
YUV 107.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 171 80 83 0 0.53 0.51 0.33 358.02 0.36 0.49
Hex AB 50 53 0 35 33 21 166 24 31
Octal 253 120 123 0 65 63 41 546 44 61
Binary 10101011 1010000 1010011 0 110101 110011 100001 101100110 100100 110001

Color Harmonies of #AB5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5053

Black with #AB5053

Text Example


Text Example

White with #AB5053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5053; }

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

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

background-color css

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

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

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

border-color css

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

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

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