Html Css Color HEX #AD405A Hippie Pink

📋 copy color: '#AD405A'

red 173 ◦ green 64 ◦ blue 90

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

Shades of Hippie Pink #AD405A

Tints of Hippie Pink #AD405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 52.91%
G = 19.57%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD405A (or 0xAD405A) is known color: Hippie Pink. HEX triplet: AD, 40 and 5A. RGB value is (173,64,90). Sum of RGB (Red+Green+Blue) = 173+64+90=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD405A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD405A is #52BFA5. Grayscale: #636363. Windows color (decimal): -5423014 or 5914797. OLE color: 5914797.

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

Color convert

RGB 173 64 90 -
CMYK 0 0.63 0.48 0.32
HSL 345.69º 0.46% 0.46% -
HSV(B) 345.69º 0.63% 0.68% -
XYZ 20.91 13.29 11.14 -
YUV 99.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 173 64 90 0 0.63 0.48 0.32 345.69 0.46 0.46
Hex AD 40 5A 0 3F 30 20 15A 2E 2E
Octal 255 100 132 0 77 60 40 532 56 56
Binary 10101101 1000000 1011010 0 111111 110000 100000 101011010 101110 101110

Color Harmonies of #AD405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD405A

Black with #AD405A

Text Example


Text Example

White with #AD405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD405A; }

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

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

background-color css

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

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

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

border-color css

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

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

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