#AD6368

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

Shades of Turkish Rose #AD6368

Tints of Turkish Rose #AD6368

Color information

#AD6368 (or 0xAD6368) is unknown color: approx Turkish Rose. HEX triplet: AD, 63 and 68. RGB value is (173,99,104). Sum of RGB (Red+Green+Blue) = 173+99+104=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6368 is #529C97. Grayscale: #797979. Windows color (decimal): -5414040 or 6841261. OLE color: 6841261.

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

Color convert

RGB17399104-
CMYK00.430.400.32
HSL355.95º31.09%53.33%-
HSV(B)355.95º42.77%67.84%-
XYZ24.1918.8115.45-
YUV121.7118.02164.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=46.01%
G=26.33%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739910400.430.400.32355.9531.0953.33
HexAD636802B28201641f35
Octal25514315005350405443765
Binary1010110111000111101000010101110100010000010110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6368; }

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

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

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

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

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

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

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

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