#AD606F

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

Shades of Turkish Rose #AD606F

Tints of Turkish Rose #AD606F

Color information

#AD606F (or 0xAD606F) is unknown color: approx Turkish Rose. HEX triplet: AD, 60 and 6F. RGB value is (173,96,111). Sum of RGB (Red+Green+Blue) = 173+96+111=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD606F is #529F90. Grayscale: #787878. Windows color (decimal): -5414801 or 7299245. OLE color: 7299245.

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

Color convert

RGB17396111-
CMYK00.450.360.32
HSL348.31º31.95%52.75%-
HSV(B)348.31º44.51%67.84%-
XYZ24.2918.417.31-
YUV120.73122.51165.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=45.53%
G=25.26%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739611100.450.360.32348.3131.9552.75
HexAD606F02D242015c2035
Octal25514015705544405344065
Binary10101101110000011011110101101100100100000101011100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD606F; }

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

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

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

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

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

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

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

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