#AD7A7E

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

Shades of Turkish Rose #AD7A7E

Tints of Turkish Rose #AD7A7E

Color information

#AD7A7E (or 0xAD7A7E) is unknown color: approx Turkish Rose. HEX triplet: AD, 7A and 7E. RGB value is (173,122,126). Sum of RGB (Red+Green+Blue) = 173+122+126=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A7E is #528581. Grayscale: #898989. Windows color (decimal): -5408130 or 8288941. OLE color: 8288941.

HSL color Cylindrical-coordinate representation of color #AD7A7E: hue angle of 355.29º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7A7E is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173122126-
CMYK00.290.270.32
HSL355.29º23.72%57.84%-
HSV(B)355.29º29.48%67.84%-
XYZ27.9624.3122.96-
YUV137.7121.4153.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=41.09%
G=28.98%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312212600.290.270.32355.2923.7257.84
HexAD7A7E01D1B20163183a
Octal25517217603533405433072
Binary10101101111101011111100111011101110000010110001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A7E; }

 p { color: rgb(173,122,126); }

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

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

 a { background-color: rgb(173,122,126); }

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

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

 span { border-color: rgb(173,122,126); }

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