#AD6D79

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

Shades of Turkish Rose #AD6D79

Tints of Turkish Rose #AD6D79

Color information

#AD6D79 (or 0xAD6D79) is unknown color: approx Turkish Rose. HEX triplet: AD, 6D and 79. RGB value is (173,109,121). Sum of RGB (Red+Green+Blue) = 173+109+121=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D79 is #529286. Grayscale: #818181. Windows color (decimal): -5411463 or 7957933. OLE color: 7957933.

HSL color Cylindrical-coordinate representation of color #AD6D79: hue angle of 348.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D79 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB173109121-
CMYK00.370.300.32
HSL348.75º28.07%55.29%-
HSV(B)348.75º36.99%67.84%-
XYZ26.1521.220.8-
YUV129.5123.2159.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=42.93%
G=27.05%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310912100.370.300.32348.7528.0755.29
HexAD6D790251E2015d1c37
Octal25515517104536405353467
Binary101011011101101111100101001011111010000010101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D79; }

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

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

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

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

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

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

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

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