#AD6268

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

Shades of Turkish Rose #AD6268

Tints of Turkish Rose #AD6268

Color information

#AD6268 (or 0xAD6268) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 68. RGB value is (173,98,104). Sum of RGB (Red+Green+Blue) = 173+98+104=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6268 is #529D97. Grayscale: #797979. Windows color (decimal): -5414296 or 6841005. OLE color: 6841005.

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

Color convert

RGB17398104-
CMYK00.430.400.32
HSL355.2º31.38%53.14%-
HSV(B)355.2º43.35%67.84%-
XYZ24.118.6215.42-
YUV121.11118.35165.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=46.13%
G=26.13%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739810400.430.400.32355.231.3853.14
HexAD626802B28201631f35
Octal25514215005350405433765
Binary1010110111000101101000010101110100010000010110001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6268; }

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

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

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

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

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

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

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

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