#AD6373

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

Shades of Turkish Rose #AD6373

Tints of Turkish Rose #AD6373

Color information

#AD6373 (or 0xAD6373) is unknown color: approx Turkish Rose. HEX triplet: AD, 63 and 73. RGB value is (173,99,115). Sum of RGB (Red+Green+Blue) = 173+99+115=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6373 is #529C8C. Grayscale: #7A7A7A. Windows color (decimal): -5414029 or 7562157. OLE color: 7562157.

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

Color convert

RGB17399115-
CMYK00.430.340.32
HSL347.03º31.09%53.33%-
HSV(B)347.03º42.77%67.84%-
XYZ24.7919.0518.59-
YUV122.95123.52163.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=44.70%
G=25.58%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739911500.430.340.32347.0331.0953.33
HexAD637302B222015b1f35
Octal25514316305342405333765
Binary1010110111000111110011010101110001010000010101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6373; }

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

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

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

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

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

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

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

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