#AD6266

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

Shades of Turkish Rose #AD6266

Tints of Turkish Rose #AD6266

Color information

#AD6266 (or 0xAD6266) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 66. RGB value is (173,98,102). Sum of RGB (Red+Green+Blue) = 173+98+102=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6266 is #529D99. Grayscale: #787878. Windows color (decimal): -5414298 or 6709933. OLE color: 6709933.

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

Color convert

RGB17398102-
CMYK00.430.410.32
HSL356.8º31.38%53.14%-
HSV(B)356.8º43.35%67.84%-
XYZ2418.5814.89-
YUV120.88117.35165.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=46.38%
G=26.27%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739810200.430.410.32356.831.3853.14
HexAD626602B29201651f35
Octal25514214605351405453765
Binary1010110111000101100110010101110100110000010110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6266; }

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

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

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

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

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

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

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

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