Html Css Color HEX #AD495C Hippie Pink

📋 copy color: '#AD495C'

red 173 ◦ green 73 ◦ blue 92

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

Shades of Hippie Pink #AD495C

Tints of Hippie Pink #AD495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 51.18%
G = 21.6%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD495C (or 0xAD495C) is known color: Hippie Pink. HEX triplet: AD, 49 and 5C. RGB value is (173,73,92). Sum of RGB (Red+Green+Blue) = 173+73+92=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD495C is #52B6A3. Grayscale: #696969. Windows color (decimal): -5420708 or 6048173. OLE color: 6048173.

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

Color convert

RGB 173 73 92 -
CMYK 0 0.58 0.47 0.32
HSL 348.6º 0.41% 0.48% -
HSV(B) 348.6º 0.58% 0.68% -
XYZ 21.55 14.42 11.77 -
YUV 105.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 173 73 92 0 0.58 0.47 0.32 348.6 0.41 0.48
Hex AD 49 5C 0 3A 2F 20 15D 29 30
Octal 255 111 134 0 72 57 40 535 51 60
Binary 10101101 1001001 1011100 0 111010 101111 100000 101011101 101001 110000

Color Harmonies of #AD495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD495C

Black with #AD495C

Text Example


Text Example

White with #AD495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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