#AD626E

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

Shades of Turkish Rose #AD626E

Tints of Turkish Rose #AD626E

Color information

#AD626E (or 0xAD626E) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 6E. RGB value is (173,98,110). Sum of RGB (Red+Green+Blue) = 173+98+110=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD626E is #529D91. Grayscale: #797979. Windows color (decimal): -5414290 or 7234221. OLE color: 7234221.

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

Color convert

RGB17398110-
CMYK00.430.360.32
HSL350.4º31.38%53.14%-
HSV(B)350.4º43.35%67.84%-
XYZ24.4218.7517.08-
YUV121.79121.35164.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=45.41%
G=25.72%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739811000.430.360.32350.431.3853.14
HexAD626E02B242015e1f35
Octal25514215605344405363765
Binary1010110111000101101110010101110010010000010101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD626E; }

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

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

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

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

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

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

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

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