#AD7077

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

Shades of Turkish Rose #AD7077

Tints of Turkish Rose #AD7077

Color information

#AD7077 (or 0xAD7077) is unknown color: approx Turkish Rose. HEX triplet: AD, 70 and 77. RGB value is (173,112,119). Sum of RGB (Red+Green+Blue) = 173+112+119=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7077 is #528F88. Grayscale: #838383. Windows color (decimal): -5410697 or 7827629. OLE color: 7827629.

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

Color convert

RGB173112119-
CMYK00.350.310.32
HSL353.11º27.11%55.88%-
HSV(B)353.11º35.26%67.84%-
XYZ26.3621.820.27-
YUV131.04121.21157.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=42.82%
G=27.72%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311211900.350.310.32353.1127.1155.88
HexAD70770231F201611b38
Octal25516016704337405413370
Binary101011011110000111011101000111111110000010110000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7077; }

 p { color: rgb(173,112,119); }

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

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

 a { background-color: rgb(173,112,119); }

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

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

 span { border-color: rgb(173,112,119); }

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