#AD6670

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

Shades of Turkish Rose #AD6670

Tints of Turkish Rose #AD6670

Color information

#AD6670 (or 0xAD6670) is unknown color: approx Turkish Rose. HEX triplet: AD, 66 and 70. RGB value is (173,102,112). Sum of RGB (Red+Green+Blue) = 173+102+112=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6670 is #52998F. Grayscale: #7C7C7C. Windows color (decimal): -5413264 or 7366317. OLE color: 7366317.

HSL color Cylindrical-coordinate representation of color #AD6670: hue angle of 351.55º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6670 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB173102112-
CMYK00.410.350.32
HSL351.55º30.21%53.92%-
HSV(B)351.55º41.04%67.84%-
XYZ24.9119.5617.79-
YUV124.37121.02162.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=44.70%
G=26.36%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310211200.410.350.32351.5530.2153.92
HexAD667002923201601e36
Octal25514616005143405403666
Binary1010110111001101110000010100110001110000010110000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6670; }

 p { color: rgb(173,102,112); }

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

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

 a { background-color: rgb(173,102,112); }

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

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

 span { border-color: rgb(173,102,112); }

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