#AD6B79

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

Shades of Turkish Rose #AD6B79

Tints of Turkish Rose #AD6B79

Color information

#AD6B79 (or 0xAD6B79) is unknown color: approx Turkish Rose. HEX triplet: AD, 6B and 79. RGB value is (173,107,121). Sum of RGB (Red+Green+Blue) = 173+107+121=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B79 is #529486. Grayscale: #808080. Windows color (decimal): -5411975 or 7957421. OLE color: 7957421.

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

Color convert

RGB173107121-
CMYK00.380.300.32
HSL347.27º28.7%54.9%-
HSV(B)347.27º38.15%67.84%-
XYZ25.9420.7820.73-
YUV128.33123.87159.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=43.14%
G=26.68%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310712100.380.300.32347.2728.754.9
HexAD6B790261E2015b1d37
Octal25515317104636405333567
Binary101011011101011111100101001101111010000010101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B79; }

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

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

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

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

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

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

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

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