#AD696B

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

Shades of Turkish Rose #AD696B

Tints of Turkish Rose #AD696B

Color information

#AD696B (or 0xAD696B) is unknown color: approx Turkish Rose. HEX triplet: AD, 69 and 6B. RGB value is (173,105,107). Sum of RGB (Red+Green+Blue) = 173+105+107=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD696B is #529694. Grayscale: #7D7D7D. Windows color (decimal): -5412501 or 7039405. OLE color: 7039405.

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

Color convert

RGB173105107-
CMYK00.390.380.32
HSL358.24º29.31%54.51%-
HSV(B)358.24º39.31%67.84%-
XYZ24.9420.0516.47-
YUV125.56117.53161.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=44.94%
G=27.27%
B=27.79%

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
Decimal17310510700.390.380.32358.2429.3154.51
HexAD696B02726201661d37
Octal25515115304746405463567
Binary1010110111010011101011010011110011010000010110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD696B; }

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

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

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

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

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

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

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

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