#AD676B

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

Shades of Turkish Rose #AD676B

Tints of Turkish Rose #AD676B

Color information

#AD676B (or 0xAD676B) is unknown color: approx Turkish Rose. HEX triplet: AD, 67 and 6B. RGB value is (173,103,107). Sum of RGB (Red+Green+Blue) = 173+103+107=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD676B is #529894. Grayscale: #7C7C7C. Windows color (decimal): -5413013 or 7038893. OLE color: 7038893.

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

Color convert

RGB173103107-
CMYK00.400.380.32
HSL356.57º29.91%54.12%-
HSV(B)356.57º40.46%67.84%-
XYZ24.7419.6516.4-
YUV124.39118.19162.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=45.17%
G=26.89%
B=27.94%

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
Decimal17310310700.400.380.32356.5729.9154.12
HexAD676B02826201651e36
Octal25514715305046405453666
Binary1010110111001111101011010100010011010000010110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD676B; }

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

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

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

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

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

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

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

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