Html Css Color HEX #AD505A Hippie Pink

📋 copy color: '#AD505A'

red 173 ◦ green 80 ◦ blue 90

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

Shades of Hippie Pink #AD505A

Tints of Hippie Pink #AD505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 50.44%
G = 23.32%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD505A (or 0xAD505A) is known color: Hippie Pink. HEX triplet: AD, 50 and 5A. RGB value is (173,80,90). Sum of RGB (Red+Green+Blue) = 173+80+90=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD505A is #52AFA5. Grayscale: #6D6D6D. Windows color (decimal): -5418918 or 5918893. OLE color: 5918893.

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

Color convert

RGB 173 80 90 -
CMYK 0 0.54 0.48 0.32
HSL 353.55º 0.37% 0.5% -
HSV(B) 353.55º 0.54% 0.68% -
XYZ 21.95 15.36 11.48 -
YUV 108.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 173 80 90 0 0.54 0.48 0.32 353.55 0.37 0.5
Hex AD 50 5A 0 36 30 20 162 25 32
Octal 255 120 132 0 66 60 40 542 45 62
Binary 10101101 1010000 1011010 0 110110 110000 100000 101100010 100101 110010

Color Harmonies of #AD505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD505A

Black with #AD505A

Text Example


Text Example

White with #AD505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD505A; }

 p { color: rgb(173,80,90); }

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

background-color css

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

 a { background-color: rgb(173,80,90); }

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

border-color css

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

 span { border-color: rgb(173,80,90); }

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