#ad606d

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

Shades of Turkish Rose #AD606D

Tints of Turkish Rose #AD606D

Color information

#AD606D (or 0xAD606D) is unknown color: approx Turkish Rose. HEX triplet: AD, 60 and 6D. RGB value is (173,96,109). Sum of RGB (Red+Green+Blue) = 173+96+109=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD606D is #529F92. Grayscale: #787878. Windows color (decimal): -5414803 or 7168173. OLE color: 7168173.

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

Color convert

RGB17396109-
CMYK00.450.370.32
HSL349.87º31.95%52.75%-
HSV(B)349.87º44.51%67.84%-
XYZ24.1818.3516.74-
YUV120.5121.51165.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=45.77%
G=25.40%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739610900.450.370.32349.8731.9552.75
HexAD606D02D252015e2035
Octal25514015505545405364065
Binary10101101110000011011010101101100101100000101011110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad606d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad606d; }

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

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

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

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

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

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

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

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