#AD666C

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

Shades of Turkish Rose #AD666C

Tints of Turkish Rose #AD666C

Color information

#AD666C (or 0xAD666C) is unknown color: approx Turkish Rose. HEX triplet: AD, 66 and 6C. RGB value is (173,102,108). Sum of RGB (Red+Green+Blue) = 173+102+108=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD666C is #529993. Grayscale: #7B7B7B. Windows color (decimal): -5413268 or 7104173. OLE color: 7104173.

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

Color convert

RGB173102108-
CMYK00.410.380.32
HSL354.93º30.21%53.92%-
HSV(B)354.93º41.04%67.84%-
XYZ24.6919.4716.64-
YUV123.91119.02163.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=45.17%
G=26.63%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310210800.410.380.32354.9330.2153.92
HexAD666C02926201631e36
Octal25514615405146405433666
Binary1010110111001101101100010100110011010000010110001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD666C; }

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

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

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

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

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

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

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

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