#AD6265

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

Shades of Turkish Rose #AD6265

Tints of Turkish Rose #AD6265

Color information

#AD6265 (or 0xAD6265) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 65. RGB value is (173,98,101). Sum of RGB (Red+Green+Blue) = 173+98+101=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6265 is #529D9A. Grayscale: #787878. Windows color (decimal): -5414299 or 6644397. OLE color: 6644397.

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

Color convert

RGB17398101-
CMYK00.430.420.32
HSL357.6º31.38%53.14%-
HSV(B)357.6º43.35%67.84%-
XYZ23.9518.5614.63-
YUV120.77116.85165.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=46.51%
G=26.34%
B=27.15%

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
Decimal1739810100.430.420.32357.631.3853.14
HexAD626502B2A201661f35
Octal25514214505352405463765
Binary1010110111000101100101010101110101010000010110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6265; }

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

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

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

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

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

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

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

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