Html Css Color HEX #AD4560 Hippie Pink

📋 copy color: '#AD4560'

red 173 ◦ green 69 ◦ blue 96

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

Shades of Hippie Pink #AD4560

Tints of Hippie Pink #AD4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 51.18%
G = 20.41%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD4560 (or 0xAD4560) is known color: Hippie Pink. HEX triplet: AD, 45 and 60. RGB value is (173,69,96). Sum of RGB (Red+Green+Blue) = 173+69+96=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4560 is #52BA9F. Grayscale: #676767. Windows color (decimal): -5421728 or 6309293. OLE color: 6309293.

HSL color Cylindrical-coordinate representation of color #AD4560: hue angle of 344.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4560 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 96 -
CMYK 0 0.60 0.45 0.32
HSL 344.42º 0.43% 0.47% -
HSV(B) 344.42º 0.6% 0.68% -
XYZ 21.47 13.99 12.63 -
YUV 103.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 173 69 96 0 0.60 0.45 0.32 344.42 0.43 0.47
Hex AD 45 60 0 3C 2D 20 158 2B 2F
Octal 255 105 140 0 74 55 40 530 53 57
Binary 10101101 1000101 1100000 0 111100 101101 100000 101011000 101011 101111

Color Harmonies of #AD4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4560

Black with #AD4560

Text Example


Text Example

White with #AD4560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4560; }

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

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

background-color css

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

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

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

border-color css

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

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

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