#AD646C

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

Shades of Turkish Rose #AD646C

Tints of Turkish Rose #AD646C

Color information

#AD646C (or 0xAD646C) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 6C. RGB value is (173,100,108). Sum of RGB (Red+Green+Blue) = 173+100+108=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD646C is #529B93. Grayscale: #7A7A7A. Windows color (decimal): -5413780 or 7103661. OLE color: 7103661.

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

Color convert

RGB173100108-
CMYK00.420.380.32
HSL353.42º30.8%53.53%-
HSV(B)353.42º42.2%67.84%-
XYZ24.519.0816.58-
YUV122.74119.68163.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=45.41%
G=26.25%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310010800.420.380.32353.4230.853.53
HexAD646C02A26201611f36
Octal25514415405246405413766
Binary1010110111001001101100010101010011010000010110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD646C; }

 p { color: rgb(173,100,108); }

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

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

 a { background-color: rgb(173,100,108); }

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

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

 span { border-color: rgb(173,100,108); }

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