Html Css Color HEX #AD5260 Hippie Pink

📋 copy color: '#AD5260'

red 173 ◦ green 82 ◦ blue 96

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

Shades of Hippie Pink #AD5260

Tints of Hippie Pink #AD5260

RGB

 RED value IS 173 (67.97% from 255) = 49.29%

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

 BLUE value IS 96 (37.89% from 255) = 27.35%

R = 49.29%
G = 23.36%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD5260 (or 0xAD5260) is known color: Hippie Pink. HEX triplet: AD, 52 and 60. RGB value is (173,82,96). Sum of RGB (Red+Green+Blue) = 173+82+96=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5260 is #52AD9F. Grayscale: #6E6E6E. Windows color (decimal): -5418400 or 6312621. OLE color: 6312621.

HSL color Cylindrical-coordinate representation of color #AD5260: hue angle of 350.77º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5260 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 96 -
CMYK 0 0.53 0.45 0.32
HSL 350.77º 0.36% 0.5% -
HSV(B) 350.77º 0.53% 0.68% -
XYZ 22.36 15.76 12.93 -
YUV 110.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 173 82 96 0 0.53 0.45 0.32 350.77 0.36 0.5
Hex AD 52 60 0 35 2D 20 15F 24 32
Octal 255 122 140 0 65 55 40 537 44 62
Binary 10101101 1010010 1100000 0 110101 101101 100000 101011111 100100 110010

Color Harmonies of #AD5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5260

Black with #AD5260

Text Example


Text Example

White with #AD5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5260; }

 p { color: rgb(173,82,96); }

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

background-color css

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

 a { background-color: rgb(173,82,96); }

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

border-color css

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

 span { border-color: rgb(173,82,96); }

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