#AD646E

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

Shades of Turkish Rose #AD646E

Tints of Turkish Rose #AD646E

Color information

#AD646E (or 0xAD646E) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 6E. RGB value is (173,100,110). Sum of RGB (Red+Green+Blue) = 173+100+110=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD646E is #529B91. Grayscale: #7B7B7B. Windows color (decimal): -5413778 or 7234733. OLE color: 7234733.

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

Color convert

RGB173100110-
CMYK00.420.360.32
HSL351.78º30.8%53.53%-
HSV(B)351.78º42.2%67.84%-
XYZ24.6119.1217.15-
YUV122.97120.68163.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=45.17%
G=26.11%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310011000.420.360.32351.7830.853.53
HexAD646E02A24201601f36
Octal25514415605244405403766
Binary1010110111001001101110010101010010010000010110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD646E; }

 p { color: rgb(173,100,110); }

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

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

 a { background-color: rgb(173,100,110); }

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

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

 span { border-color: rgb(173,100,110); }

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