#AD6566

Color #AD6566 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AD6566

Tints of Turkish Rose #AD6566

Color information

#AD6566 (or 0xAD6566) is unknown color: approx Turkish Rose. HEX triplet: AD, 65 and 66. RGB value is (173,101,102). Sum of RGB (Red+Green+Blue) = 173+101+102=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6566 is #529A99. Grayscale: #7A7A7A. Windows color (decimal): -5413530 or 6710701. OLE color: 6710701.

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

Color convert

RGB173101102-
CMYK00.420.410.32
HSL359.17º30.51%53.73%-
HSV(B)359.17º41.62%67.84%-
XYZ24.2919.1514.99-
YUV122.64116.35163.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=46.01%
G=26.86%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310110200.420.410.32359.1730.5153.73
HexAD656602A29201671f36
Octal25514514605251405473766
Binary1010110111001011100110010101010100110000010110011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6566; }

 p { color: rgb(173,101,102); }

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

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

 a { background-color: rgb(173,101,102); }

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

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

 span { border-color: rgb(173,101,102); }

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