Html Css Color HEX #AD565A Hippie Pink

📋 copy color: '#AD565A'

red 173 ◦ green 86 ◦ blue 90

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

Shades of Hippie Pink #AD565A

Tints of Hippie Pink #AD565A

RGB

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

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

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

R = 49.57%
G = 24.64%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD565A (or 0xAD565A) is known color: Hippie Pink. HEX triplet: AD, 56 and 5A. RGB value is (173,86,90). Sum of RGB (Red+Green+Blue) = 173+86+90=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD565A is #52A9A5. Grayscale: #707070. Windows color (decimal): -5417382 or 5920429. OLE color: 5920429.

HSL color Cylindrical-coordinate representation of color #AD565A: hue angle of 357.24º 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 #AD565A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 90 -
CMYK 0 0.50 0.48 0.32
HSL 357.24º 0.35% 0.51% -
HSV(B) 357.24º 0.5% 0.68% -
XYZ 22.41 16.28 11.63 -
YUV 112.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 173 86 90 0 0.50 0.48 0.32 357.24 0.35 0.51
Hex AD 56 5A 0 32 30 20 165 23 33
Octal 255 126 132 0 62 60 40 545 43 63
Binary 10101101 1010110 1011010 0 110010 110000 100000 101100101 100011 110011

Color Harmonies of #AD565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD565A

Black with #AD565A

Text Example


Text Example

White with #AD565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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