#AD6975

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

Shades of Turkish Rose #AD6975

Tints of Turkish Rose #AD6975

Color information

#AD6975 (or 0xAD6975) is unknown color: approx Turkish Rose. HEX triplet: AD, 69 and 75. RGB value is (173,105,117). Sum of RGB (Red+Green+Blue) = 173+105+117=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6975 is #52968A. Grayscale: #7E7E7E. Windows color (decimal): -5412491 or 7694765. OLE color: 7694765.

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

Color convert

RGB173105117-
CMYK00.390.320.32
HSL349.41º29.31%54.51%-
HSV(B)349.41º39.31%67.84%-
XYZ25.520.2719.4-
YUV126.7122.53161.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=43.80%
G=26.58%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310511700.390.320.32349.4129.3154.51
HexAD6975027202015d1d37
Octal25515116504740405353567
Binary1010110111010011110101010011110000010000010101110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6975; }

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

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

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

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

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

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

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

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