Html Css Color HEX #AD495B Hippie Pink

📋 copy color: '#AD495B'

red 173 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #AD495B

Tints of Hippie Pink #AD495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 51.34%
G = 21.66%
B = 27%

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

#AD495B (or 0xAD495B) is known color: Hippie Pink. HEX triplet: AD, 49 and 5B. RGB value is (173,73,91). Sum of RGB (Red+Green+Blue) = 173+73+91=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD495B is #52B6A4. Grayscale: #686868. Windows color (decimal): -5420709 or 5982637. OLE color: 5982637.

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

Color convert

RGB 173 73 91 -
CMYK 0 0.58 0.47 0.32
HSL 349.2º 0.41% 0.48% -
HSV(B) 349.2º 0.58% 0.68% -
XYZ 21.5 14.4 11.54 -
YUV 104.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 173 73 91 0 0.58 0.47 0.32 349.2 0.41 0.48
Hex AD 49 5B 0 3A 2F 20 15D 29 30
Octal 255 111 133 0 72 57 40 535 51 60
Binary 10101101 1001001 1011011 0 111010 101111 100000 101011101 101001 110000

Color Harmonies of #AD495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD495B

Black with #AD495B

Text Example


Text Example

White with #AD495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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