#AD6970

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

Shades of Turkish Rose #AD6970

Tints of Turkish Rose #AD6970

Color information

#AD6970 (or 0xAD6970) is unknown color: approx Turkish Rose. HEX triplet: AD, 69 and 70. RGB value is (173,105,112). Sum of RGB (Red+Green+Blue) = 173+105+112=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6970 is #52968F. Grayscale: #7E7E7E. Windows color (decimal): -5412496 or 7367085. OLE color: 7367085.

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

Color convert

RGB173105112-
CMYK00.390.350.32
HSL353.82º29.31%54.51%-
HSV(B)353.82º39.31%67.84%-
XYZ25.2120.1617.89-
YUV126.13120.03161.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=44.36%
G=26.92%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310511200.390.350.32353.8229.3154.51
HexAD697002723201621d37
Octal25515116004743405423567
Binary1010110111010011110000010011110001110000010110001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6970; }

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

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

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

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

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

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

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

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