#AD676F

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

Shades of Turkish Rose #AD676F

Tints of Turkish Rose #AD676F

Color information

#AD676F (or 0xAD676F) is unknown color: approx Turkish Rose. HEX triplet: AD, 67 and 6F. RGB value is (173,103,111). Sum of RGB (Red+Green+Blue) = 173+103+111=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD676F is #529890. Grayscale: #7C7C7C. Windows color (decimal): -5413009 or 7301037. OLE color: 7301037.

HSL color Cylindrical-coordinate representation of color #AD676F: hue angle of 353.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD676F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173103111-
CMYK00.400.360.32
HSL353.14º29.91%54.12%-
HSV(B)353.14º40.46%67.84%-
XYZ24.9519.7317.53-
YUV124.84120.19162.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=44.70%
G=26.61%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310311100.400.360.32353.1429.9154.12
HexAD676F02824201611e36
Octal25514715705044405413666
Binary1010110111001111101111010100010010010000010110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD676F; }

 p { color: rgb(173,103,111); }

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

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

 a { background-color: rgb(173,103,111); }

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

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

 span { border-color: rgb(173,103,111); }

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