#AD696F

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

Shades of Turkish Rose #AD696F

Tints of Turkish Rose #AD696F

Color information

#AD696F (or 0xAD696F) is unknown color: approx Turkish Rose. HEX triplet: AD, 69 and 6F. RGB value is (173,105,111). Sum of RGB (Red+Green+Blue) = 173+105+111=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD696F is #529690. Grayscale: #7E7E7E. Windows color (decimal): -5412497 or 7301549. OLE color: 7301549.

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

Color convert

RGB173105111-
CMYK00.390.360.32
HSL354.71º29.31%54.51%-
HSV(B)354.71º39.31%67.84%-
XYZ25.1520.1417.6-
YUV126.02119.53161.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=44.47%
G=26.99%
B=28.53%

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
Decimal17310511100.390.360.32354.7129.3154.51
HexAD696F02724201631d37
Octal25515115704744405433567
Binary1010110111010011101111010011110010010000010110001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD696F; }

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

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

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

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

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

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

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

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