#AD7A7F

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

Shades of Turkish Rose #AD7A7F

Tints of Turkish Rose #AD7A7F

Color information

#AD7A7F (or 0xAD7A7F) is unknown color: approx Turkish Rose. HEX triplet: AD, 7A and 7F. RGB value is (173,122,127). Sum of RGB (Red+Green+Blue) = 173+122+127=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A7F is #528580. Grayscale: #898989. Windows color (decimal): -5408129 or 8354477. OLE color: 8354477.

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

Color convert

RGB173122127-
CMYK00.290.270.32
HSL354.12º23.72%57.84%-
HSV(B)354.12º29.48%67.84%-
XYZ28.0224.3423.3-
YUV137.82121.9153.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.00%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 127 (50% from 255) = 30.09%
R=41.00%
G=28.91%
B=30.09%

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
Decimal17312212700.290.270.32354.1223.7257.84
HexAD7A7F01D1B20162183a
Octal25517217703533405423072
Binary10101101111101011111110111011101110000010110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A7F; }

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

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

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

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

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

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

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

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