Html Css Color HEX #AD465A Hippie Pink

📋 copy color: '#AD465A'

red 173 ◦ green 70 ◦ blue 90

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

Shades of Hippie Pink #AD465A

Tints of Hippie Pink #AD465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

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

R = 51.95%
G = 21.02%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD465A (or 0xAD465A) is known color: Hippie Pink. HEX triplet: AD, 46 and 5A. RGB value is (173,70,90). Sum of RGB (Red+Green+Blue) = 173+70+90=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD465A is #52B9A5. Grayscale: #676767. Windows color (decimal): -5421478 or 5916333. OLE color: 5916333.

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

Color convert

RGB 173 70 90 -
CMYK 0 0.60 0.48 0.32
HSL 348.35º 0.42% 0.48% -
HSV(B) 348.35º 0.6% 0.68% -
XYZ 21.27 14 11.25 -
YUV 103.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 173 70 90 0 0.60 0.48 0.32 348.35 0.42 0.48
Hex AD 46 5A 0 3C 30 20 15C 2A 30
Octal 255 106 132 0 74 60 40 534 52 60
Binary 10101101 1000110 1011010 0 111100 110000 100000 101011100 101010 110000

Color Harmonies of #AD465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD465A

Black with #AD465A

Text Example


Text Example

White with #AD465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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