#AD6468

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

Shades of Turkish Rose #AD6468

Tints of Turkish Rose #AD6468

Color information

#AD6468 (or 0xAD6468) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 68. RGB value is (173,100,104). Sum of RGB (Red+Green+Blue) = 173+100+104=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6468 is #529B97. Grayscale: #7A7A7A. Windows color (decimal): -5413784 or 6841517. OLE color: 6841517.

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

Color convert

RGB173100104-
CMYK00.420.400.32
HSL356.71º30.8%53.53%-
HSV(B)356.71º42.2%67.84%-
XYZ24.291915.48-
YUV122.28117.68164.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=45.89%
G=26.53%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310010400.420.400.32356.7130.853.53
HexAD646802A28201651f36
Octal25514415005250405453766
Binary1010110111001001101000010101010100010000010110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6468; }

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

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

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

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

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

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

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

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