#AD6466

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

Shades of Turkish Rose #AD6466

Tints of Turkish Rose #AD6466

Color information

#AD6466 (or 0xAD6466) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 66. RGB value is (173,100,102). Sum of RGB (Red+Green+Blue) = 173+100+102=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6466 is #529B99. Grayscale: #7A7A7A. Windows color (decimal): -5413786 or 6710445. OLE color: 6710445.

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

Color convert

RGB173100102-
CMYK00.420.410.32
HSL358.36º30.8%53.53%-
HSV(B)358.36º42.2%67.84%-
XYZ24.1918.9614.95-
YUV122.06116.68164.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=46.13%
G=26.67%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310010200.420.410.32358.3630.853.53
HexAD646602A29201661f36
Octal25514414605251405463766
Binary1010110111001001100110010101010100110000010110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6466; }

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

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

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

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

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

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

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

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