#AD696E

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

Shades of Turkish Rose #AD696E

Tints of Turkish Rose #AD696E

Color information

#AD696E (or 0xAD696E) is unknown color: approx Turkish Rose. HEX triplet: AD, 69 and 6E. RGB value is (173,105,110). Sum of RGB (Red+Green+Blue) = 173+105+110=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD696E is #529691. Grayscale: #7D7D7D. Windows color (decimal): -5412498 or 7236013. OLE color: 7236013.

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

Color convert

RGB173105110-
CMYK00.390.360.32
HSL355.59º29.31%54.51%-
HSV(B)355.59º39.31%67.84%-
XYZ25.120.1117.31-
YUV125.9119.03161.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=44.59%
G=27.06%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310511000.390.360.32355.5929.3154.51
HexAD696E02724201641d37
Octal25515115604744405443567
Binary1010110111010011101110010011110010010000010110010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD696E; }

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

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

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

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

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

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

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

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