Html Css Color HEX #AD4964 Hippie Pink

📋 copy color: '#AD4964'

red 173 ◦ green 73 ◦ blue 100

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

Shades of Hippie Pink #AD4964

Tints of Hippie Pink #AD4964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 50%
G = 21.1%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD4964 (or 0xAD4964) is known color: Hippie Pink. HEX triplet: AD, 49 and 64. RGB value is (173,73,100). Sum of RGB (Red+Green+Blue) = 173+73+100=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4964 is #52B69B. Grayscale: #696969. Windows color (decimal): -5420700 or 6572461. OLE color: 6572461.

HSL color Cylindrical-coordinate representation of color #AD4964: hue angle of 343.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4964 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 73 100 -
CMYK 0 0.58 0.42 0.32
HSL 343.8º 0.41% 0.48% -
HSV(B) 343.8º 0.58% 0.68% -
XYZ 21.92 14.57 13.71 -
YUV 105.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 173 73 100 0 0.58 0.42 0.32 343.8 0.41 0.48
Hex AD 49 64 0 3A 2A 20 158 29 30
Octal 255 111 144 0 72 52 40 530 51 60
Binary 10101101 1001001 1100100 0 111010 101010 100000 101011000 101001 110000

Color Harmonies of #AD4964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4964

Black with #AD4964

Text Example


Text Example

White with #AD4964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4964; }

 p { color: rgb(173,73,100); }

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

background-color css

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

 a { background-color: rgb(173,73,100); }

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

border-color css

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

 span { border-color: rgb(173,73,100); }

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