#AD565B

Color #AD565B Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AD565B

Tints of Hippie Pink #AD565B

Color information

#AD565B (or 0xAD565B) is unknown color: approx Hippie Pink. HEX triplet: AD, 56 and 5B. RGB value is (173,86,91). Sum of RGB (Red+Green+Blue) = 173+86+91=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD565B is #52A9A4. Grayscale: #707070. Windows color (decimal): -5417381 or 5985965. OLE color: 5985965.

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

Color convert

RGB1738691-
CMYK00.500.470.32
HSL356.55º34.66%50.78%-
HSV(B)356.55º50.29%67.84%-
XYZ22.4516.311.86-
YUV112.58115.82171.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.43%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 91 (35.94% from 255) = 26%
R=49.43%
G=24.57%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173869100.500.470.32356.5534.6650.78
HexAD565B0322F201652333
Octal25512613306257405454363
Binary10101101101011010110110110010101111100000101100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD565B; }

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

 H1.HeaderClassName
 {
   color: #AD565B;
 }
 .AnyTagClassName
 {
   color: #AD565B;
 }
</style>
background-color css

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

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

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

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

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

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