#AD6874

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

Shades of Turkish Rose #AD6874

Tints of Turkish Rose #AD6874

Color information

#AD6874 (or 0xAD6874) is unknown color: approx Turkish Rose. HEX triplet: AD, 68 and 74. RGB value is (173,104,116). Sum of RGB (Red+Green+Blue) = 173+104+116=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6874 is #52978B. Grayscale: #7E7E7E. Windows color (decimal): -5412748 or 7628973. OLE color: 7628973.

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

Color convert

RGB173104116-
CMYK00.400.330.32
HSL349.57º29.61%54.31%-
HSV(B)349.57º39.88%67.84%-
XYZ25.3420.0519.06-
YUV126122.36161.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=44.02%
G=26.46%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310411600.400.330.32349.5729.6154.31
HexAD6874028212015e1e36
Octal25515016405041405363666
Binary1010110111010001110100010100010000110000010101111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6874; }

 p { color: rgb(173,104,116); }

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

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

 a { background-color: rgb(173,104,116); }

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

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

 span { border-color: rgb(173,104,116); }

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