#AD6264

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

Shades of Turkish Rose #AD6264

Tints of Turkish Rose #AD6264

Color information

#AD6264 (or 0xAD6264) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 64. RGB value is (173,98,100). Sum of RGB (Red+Green+Blue) = 173+98+100=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6264 is #529D9B. Grayscale: #787878. Windows color (decimal): -5414300 or 6578861. OLE color: 6578861.

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

Color convert

RGB17398100-
CMYK00.430.420.32
HSL358.4º31.38%53.14%-
HSV(B)358.4º43.35%67.84%-
XYZ23.918.5414.38-
YUV120.65116.35165.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=46.63%
G=26.42%
B=26.95%

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
Decimal1739810000.430.420.32358.431.3853.14
HexAD626402B2A201661f35
Octal25514214405352405463765
Binary1010110111000101100100010101110101010000010110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6264; }

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

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

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

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

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

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

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

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