Html Css Color HEX #AD475D Hippie Pink

📋 copy color: '#AD475D'

red 173 ◦ green 71 ◦ blue 93

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

Shades of Hippie Pink #AD475D

Tints of Hippie Pink #AD475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 51.34%
G = 21.07%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD475D (or 0xAD475D) is known color: Hippie Pink. HEX triplet: AD, 47 and 5D. RGB value is (173,71,93). Sum of RGB (Red+Green+Blue) = 173+71+93=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD475D is #52B8A2. Grayscale: #686868. Windows color (decimal): -5421219 or 6113197. OLE color: 6113197.

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

Color convert

RGB 173 71 93 -
CMYK 0 0.59 0.46 0.32
HSL 347.06º 0.42% 0.48% -
HSV(B) 347.06º 0.59% 0.68% -
XYZ 21.46 14.18 11.96 -
YUV 104.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 173 71 93 0 0.59 0.46 0.32 347.06 0.42 0.48
Hex AD 47 5D 0 3B 2E 20 15B 2A 30
Octal 255 107 135 0 73 56 40 533 52 60
Binary 10101101 1000111 1011101 0 111011 101110 100000 101011011 101010 110000

Color Harmonies of #AD475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD475D

Black with #AD475D

Text Example


Text Example

White with #AD475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD475D; }

 p { color: rgb(173,71,93); }

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

background-color css

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

 a { background-color: rgb(173,71,93); }

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

border-color css

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

 span { border-color: rgb(173,71,93); }

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