Html Css Color HEX #AD4059 Hippie Pink

📋 copy color: '#AD4059'

red 173 ◦ green 64 ◦ blue 89

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

Shades of Hippie Pink #AD4059

Tints of Hippie Pink #AD4059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 89 (35.16% from 255) = 27.3%

R = 53.07%
G = 19.63%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD4059 (or 0xAD4059) is known color: Hippie Pink. HEX triplet: AD, 40 and 59. RGB value is (173,64,89). Sum of RGB (Red+Green+Blue) = 173+64+89=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4059 is #52BFA6. Grayscale: #636363. Windows color (decimal): -5423015 or 5849261. OLE color: 5849261.

HSL color Cylindrical-coordinate representation of color #AD4059: hue angle of 346.24º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4059 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 89 -
CMYK 0 0.63 0.49 0.32
HSL 346.24º 0.46% 0.46% -
HSV(B) 346.24º 0.63% 0.68% -
XYZ 20.87 13.27 10.91 -
YUV 99.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 173 64 89 0 0.63 0.49 0.32 346.24 0.46 0.46
Hex AD 40 59 0 3F 31 20 15A 2E 2E
Octal 255 100 131 0 77 61 40 532 56 56
Binary 10101101 1000000 1011001 0 111111 110001 100000 101011010 101110 101110

Color Harmonies of #AD4059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4059

Black with #AD4059

Text Example


Text Example

White with #AD4059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4059; }

 p { color: rgb(173,64,89); }

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

background-color css

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

 a { background-color: rgb(173,64,89); }

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

border-color css

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

 span { border-color: rgb(173,64,89); }

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