Html Css Color HEX #AD4561 Hippie Pink

📋 copy color: '#AD4561'

red 173 ◦ green 69 ◦ blue 97

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

Shades of Hippie Pink #AD4561

Tints of Hippie Pink #AD4561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 51.03%
G = 20.35%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD4561 (or 0xAD4561) is known color: Hippie Pink. HEX triplet: AD, 45 and 61. RGB value is (173,69,97). Sum of RGB (Red+Green+Blue) = 173+69+97=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4561 is #52BA9E. Grayscale: #676767. Windows color (decimal): -5421727 or 6374829. OLE color: 6374829.

HSL color Cylindrical-coordinate representation of color #AD4561: hue angle of 343.85º 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 #AD4561 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 97 -
CMYK 0 0.60 0.44 0.32
HSL 343.85º 0.43% 0.47% -
HSV(B) 343.85º 0.6% 0.68% -
XYZ 21.52 14 12.88 -
YUV 103.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 173 69 97 0 0.60 0.44 0.32 343.85 0.43 0.47
Hex AD 45 61 0 3C 2C 20 158 2B 2F
Octal 255 105 141 0 74 54 40 530 53 57
Binary 10101101 1000101 1100001 0 111100 101100 100000 101011000 101011 101111

Color Harmonies of #AD4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4561

Black with #AD4561

Text Example


Text Example

White with #AD4561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4561; }

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

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

background-color css

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

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

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

border-color css

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

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

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