#AD676E

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

Shades of Turkish Rose #AD676E

Tints of Turkish Rose #AD676E

Color information

#AD676E (or 0xAD676E) is unknown color: approx Turkish Rose. HEX triplet: AD, 67 and 6E. RGB value is (173,103,110). Sum of RGB (Red+Green+Blue) = 173+103+110=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD676E is #529891. Grayscale: #7C7C7C. Windows color (decimal): -5413010 or 7235501. OLE color: 7235501.

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

Color convert

RGB173103110-
CMYK00.400.360.32
HSL354º29.91%54.12%-
HSV(B)354º40.46%67.84%-
XYZ24.919.7117.24-
YUV124.73119.69162.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=44.82%
G=26.68%
B=28.50%

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
Decimal17310311000.400.360.3235429.9154.12
HexAD676E02824201621e36
Octal25514715605044405423666
Binary1010110111001111101110010100010010010000010110001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD676E; }

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

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

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

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

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

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

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

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