#AD676C

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

Shades of Turkish Rose #AD676C

Tints of Turkish Rose #AD676C

Color information

#AD676C (or 0xAD676C) is unknown color: approx Turkish Rose. HEX triplet: AD, 67 and 6C. RGB value is (173,103,108). Sum of RGB (Red+Green+Blue) = 173+103+108=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD676C is #529893. Grayscale: #7C7C7C. Windows color (decimal): -5413012 or 7104429. OLE color: 7104429.

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

Color convert

RGB173103108-
CMYK00.400.380.32
HSL355.71º29.91%54.12%-
HSV(B)355.71º40.46%67.84%-
XYZ24.7919.6716.68-
YUV124.5118.69162.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=45.05%
G=26.82%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310310800.400.380.32355.7129.9154.12
HexAD676C02826201641e36
Octal25514715405046405443666
Binary1010110111001111101100010100010011010000010110010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD676C; }

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

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

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

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

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

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

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

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