Html Css Color HEX #AD4861 Hippie Pink

📋 copy color: '#AD4861'

red 173 ◦ green 72 ◦ blue 97

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

Shades of Hippie Pink #AD4861

Tints of Hippie Pink #AD4861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 50.58%
G = 21.05%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD4861 (or 0xAD4861) is known color: Hippie Pink. HEX triplet: AD, 48 and 61. RGB value is (173,72,97). Sum of RGB (Red+Green+Blue) = 173+72+97=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4861 is #52B79E. Grayscale: #696969. Windows color (decimal): -5420959 or 6375597. OLE color: 6375597.

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

Color convert

RGB 173 72 97 -
CMYK 0 0.58 0.44 0.32
HSL 345.15º 0.41% 0.48% -
HSV(B) 345.15º 0.58% 0.68% -
XYZ 21.71 14.38 12.94 -
YUV 105.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 173 72 97 0 0.58 0.44 0.32 345.15 0.41 0.48
Hex AD 48 61 0 3A 2C 20 159 29 30
Octal 255 110 141 0 72 54 40 531 51 60
Binary 10101101 1001000 1100001 0 111010 101100 100000 101011001 101001 110000

Color Harmonies of #AD4861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4861

Black with #AD4861

Text Example


Text Example

White with #AD4861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4861; }

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

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

background-color css

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

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

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

border-color css

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

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

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