#AD666B

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

Shades of Turkish Rose #AD666B

Tints of Turkish Rose #AD666B

Color information

#AD666B (or 0xAD666B) is unknown color: approx Turkish Rose. HEX triplet: AD, 66 and 6B. RGB value is (173,102,107). Sum of RGB (Red+Green+Blue) = 173+102+107=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD666B is #529994. Grayscale: #7B7B7B. Windows color (decimal): -5413269 or 7038637. OLE color: 7038637.

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

Color convert

RGB173102107-
CMYK00.410.380.32
HSL355.77º30.21%53.92%-
HSV(B)355.77º41.04%67.84%-
XYZ24.6419.4516.37-
YUV123.8118.52163.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=45.29%
G=26.70%
B=28.01%

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
Decimal17310210700.410.380.32355.7730.2153.92
HexAD666B02926201641e36
Octal25514615305146405443666
Binary1010110111001101101011010100110011010000010110010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD666B; }

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

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

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

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

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

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

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

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