#AD6669

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

Shades of Turkish Rose #AD6669

Tints of Turkish Rose #AD6669

Color information

#AD6669 (or 0xAD6669) is unknown color: approx Turkish Rose. HEX triplet: AD, 66 and 69. RGB value is (173,102,105). Sum of RGB (Red+Green+Blue) = 173+102+105=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6669 is #529996. Grayscale: #7B7B7B. Windows color (decimal): -5413271 or 6907565. OLE color: 6907565.

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

Color convert

RGB173102105-
CMYK00.410.390.32
HSL357.46º30.21%53.92%-
HSV(B)357.46º41.04%67.84%-
XYZ24.5319.4115.82-
YUV123.57117.52163.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=45.53%
G=26.84%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310210500.410.390.32357.4630.2153.92
HexAD666902927201651e36
Octal25514615105147405453666
Binary1010110111001101101001010100110011110000010110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6669; }

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

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

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

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

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

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

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

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