#AD6366

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

Shades of Turkish Rose #AD6366

Tints of Turkish Rose #AD6366

Color information

#AD6366 (or 0xAD6366) is unknown color: approx Turkish Rose. HEX triplet: AD, 63 and 66. RGB value is (173,99,102). Sum of RGB (Red+Green+Blue) = 173+99+102=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6366 is #529C99. Grayscale: #797979. Windows color (decimal): -5414042 or 6710189. OLE color: 6710189.

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

Color convert

RGB17399102-
CMYK00.430.410.32
HSL357.57º31.09%53.33%-
HSV(B)357.57º42.77%67.84%-
XYZ24.0918.7714.92-
YUV121.47117.02164.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=46.26%
G=26.47%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739910200.430.410.32357.5731.0953.33
HexAD636602B29201661f35
Octal25514314605351405463765
Binary1010110111000111100110010101110100110000010110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6366; }

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

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

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

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

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

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

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

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