Html Css Color HEX #AD565D Hippie Pink

📋 copy color: '#AD565D'

red 173 ◦ green 86 ◦ blue 93

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

Shades of Hippie Pink #AD565D

Tints of Hippie Pink #AD565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

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

R = 49.15%
G = 24.43%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD565D (or 0xAD565D) is known color: Hippie Pink. HEX triplet: AD, 56 and 5D. RGB value is (173,86,93). Sum of RGB (Red+Green+Blue) = 173+86+93=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD565D is #52A9A2. Grayscale: #707070. Windows color (decimal): -5417379 or 6117037. OLE color: 6117037.

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

Color convert

RGB 173 86 93 -
CMYK 0 0.50 0.46 0.32
HSL 355.17º 0.35% 0.51% -
HSV(B) 355.17º 0.5% 0.68% -
XYZ 22.54 16.33 12.32 -
YUV 112.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 173 86 93 0 0.50 0.46 0.32 355.17 0.35 0.51
Hex AD 56 5D 0 32 2E 20 163 23 33
Octal 255 126 135 0 62 56 40 543 43 63
Binary 10101101 1010110 1011101 0 110010 101110 100000 101100011 100011 110011

Color Harmonies of #AD565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD565D

Black with #AD565D

Text Example


Text Example

White with #AD565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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