#AD7379

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

Shades of Turkish Rose #AD7379

Tints of Turkish Rose #AD7379

Color information

#AD7379 (or 0xAD7379) is unknown color: approx Turkish Rose. HEX triplet: AD, 73 and 79. RGB value is (173,115,121). Sum of RGB (Red+Green+Blue) = 173+115+121=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7379 is #528C86. Grayscale: #858585. Windows color (decimal): -5409927 or 7959469. OLE color: 7959469.

HSL color Cylindrical-coordinate representation of color #AD7379: hue angle of 353.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7379 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB173115121-
CMYK00.340.300.32
HSL353.79º26.13%56.47%-
HSV(B)353.79º33.53%67.84%-
XYZ26.8222.5321.02-
YUV133.03121.22156.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 115 (45.31% from 255) = 28.12%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=42.30%
G=28.12%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311512100.340.300.32353.7926.1356.47
HexAD73790221E201621a38
Octal25516317104236405423270
Binary101011011110011111100101000101111010000010110001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7379; }

 p { color: rgb(173,115,121); }

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

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

 a { background-color: rgb(173,115,121); }

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

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

 span { border-color: rgb(173,115,121); }

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