#AD646B

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

Shades of Turkish Rose #AD646B

Tints of Turkish Rose #AD646B

Color information

#AD646B (or 0xAD646B) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 6B. RGB value is (173,100,107). Sum of RGB (Red+Green+Blue) = 173+100+107=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD646B is #529B94. Grayscale: #7A7A7A. Windows color (decimal): -5413781 or 7038125. OLE color: 7038125.

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

Color convert

RGB173100107-
CMYK00.420.380.32
HSL354.25º30.8%53.53%-
HSV(B)354.25º42.2%67.84%-
XYZ24.4419.0616.3-
YUV122.62119.18163.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 107 (42.19% from 255) = 28.16%
R=45.53%
G=26.32%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310010700.420.380.32354.2530.853.53
HexAD646B02A26201621f36
Octal25514415305246405423766
Binary1010110111001001101011010101010011010000010110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD646B; }

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

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

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

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

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

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

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

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