#AD696C

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

Shades of Turkish Rose #AD696C

Tints of Turkish Rose #AD696C

Color information

#AD696C (or 0xAD696C) is unknown color: approx Turkish Rose. HEX triplet: AD, 69 and 6C. RGB value is (173,105,108). Sum of RGB (Red+Green+Blue) = 173+105+108=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD696C is #529693. Grayscale: #7D7D7D. Windows color (decimal): -5412500 or 7104941. OLE color: 7104941.

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

Color convert

RGB173105108-
CMYK00.390.380.32
HSL357.35º29.31%54.51%-
HSV(B)357.35º39.31%67.84%-
XYZ24.9920.0716.74-
YUV125.67118.03161.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=44.82%
G=27.20%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310510800.390.380.32357.3529.3154.51
HexAD696C02726201651d37
Octal25515115404746405453567
Binary1010110111010011101100010011110011010000010110010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD696C; }

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

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

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

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

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

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

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

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