#AD606B

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

Shades of Turkish Rose #AD606B

Tints of Turkish Rose #AD606B

Color information

#AD606B (or 0xAD606B) is unknown color: approx Turkish Rose. HEX triplet: AD, 60 and 6B. RGB value is (173,96,107). Sum of RGB (Red+Green+Blue) = 173+96+107=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD606B is #529F94. Grayscale: #787878. Windows color (decimal): -5414805 or 7037101. OLE color: 7037101.

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

Color convert

RGB17396107-
CMYK00.450.380.32
HSL351.43º31.95%52.75%-
HSV(B)351.43º44.51%67.84%-
XYZ24.0718.3116.18-
YUV120.28120.51165.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=46.01%
G=25.53%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739610700.450.380.32351.4331.9552.75
HexAD606B02D262015f2035
Octal25514015305546405374065
Binary10101101110000011010110101101100110100000101011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD606B; }

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

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

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

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

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

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

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

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