#AD6365

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

Shades of Turkish Rose #AD6365

Tints of Turkish Rose #AD6365

Color information

#AD6365 (or 0xAD6365) is unknown color: approx Turkish Rose. HEX triplet: AD, 63 and 65. RGB value is (173,99,101). Sum of RGB (Red+Green+Blue) = 173+99+101=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6365 is #529C9A. Grayscale: #797979. Windows color (decimal): -5414043 or 6644653. OLE color: 6644653.

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

Color convert

RGB17399101-
CMYK00.430.420.32
HSL358.38º31.09%53.33%-
HSV(B)358.38º42.77%67.84%-
XYZ24.0418.7514.66-
YUV121.35116.52164.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=46.38%
G=26.54%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739910100.430.420.32358.3831.0953.33
HexAD636502B2A201661f35
Octal25514314505352405463765
Binary1010110111000111100101010101110101010000010110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6365; }

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

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

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

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

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

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

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

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