#AD626D

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

Shades of Turkish Rose #AD626D

Tints of Turkish Rose #AD626D

Color information

#AD626D (or 0xAD626D) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 6D. RGB value is (173,98,109). Sum of RGB (Red+Green+Blue) = 173+98+109=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD626D is #529D92. Grayscale: #797979. Windows color (decimal): -5414291 or 7168685. OLE color: 7168685.

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

Color convert

RGB17398109-
CMYK00.430.370.32
HSL351.2º31.38%53.14%-
HSV(B)351.2º43.35%67.84%-
XYZ24.3618.7216.8-
YUV121.68120.85164.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=45.53%
G=25.79%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739810900.430.370.32351.231.3853.14
HexAD626D02B252015f1f35
Octal25514215505345405373765
Binary1010110111000101101101010101110010110000010101111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD626D; }

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

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

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

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

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

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

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

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