#AD646D

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

Shades of Turkish Rose #AD646D

Tints of Turkish Rose #AD646D

Color information

#AD646D (or 0xAD646D) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 6D. RGB value is (173,100,109). Sum of RGB (Red+Green+Blue) = 173+100+109=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD646D is #529B92. Grayscale: #7A7A7A. Windows color (decimal): -5413779 or 7169197. OLE color: 7169197.

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

Color convert

RGB173100109-
CMYK00.420.370.32
HSL352.6º30.8%53.53%-
HSV(B)352.6º42.2%67.84%-
XYZ24.5519.116.86-
YUV122.85120.18163.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=45.29%
G=26.18%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310010900.420.370.32352.630.853.53
HexAD646D02A25201611f36
Octal25514415505245405413766
Binary1010110111001001101101010101010010110000010110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD646D; }

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

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

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

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

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

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

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

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