Html Css Color HEX #AD4E5A Hippie Pink

📋 copy color: '#AD4E5A'

red 173 ◦ green 78 ◦ blue 90

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

Shades of Hippie Pink #AD4E5A

Tints of Hippie Pink #AD4E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.87%

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

R = 50.73%
G = 22.87%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD4E5A (or 0xAD4E5A) is known color: Hippie Pink. HEX triplet: AD, 4E and 5A. RGB value is (173,78,90). Sum of RGB (Red+Green+Blue) = 173+78+90=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4E5A is #52B1A5. Grayscale: #6B6B6B. Windows color (decimal): -5419430 or 5918381. OLE color: 5918381.

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

Color convert

RGB 173 78 90 -
CMYK 0 0.55 0.48 0.32
HSL 352.42º 0.38% 0.49% -
HSV(B) 352.42º 0.55% 0.68% -
XYZ 21.8 15.07 11.43 -
YUV 107.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 173 78 90 0 0.55 0.48 0.32 352.42 0.38 0.49
Hex AD 4E 5A 0 37 30 20 160 26 31
Octal 255 116 132 0 67 60 40 540 46 61
Binary 10101101 1001110 1011010 0 110111 110000 100000 101100000 100110 110001

Color Harmonies of #AD4E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E5A

Black with #AD4E5A

Text Example


Text Example

White with #AD4E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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