#AD6875

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

Shades of Turkish Rose #AD6875

Tints of Turkish Rose #AD6875

Color information

#AD6875 (or 0xAD6875) is unknown color: approx Turkish Rose. HEX triplet: AD, 68 and 75. RGB value is (173,104,117). Sum of RGB (Red+Green+Blue) = 173+104+117=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6875 is #52978A. Grayscale: #7E7E7E. Windows color (decimal): -5412747 or 7694509. OLE color: 7694509.

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

Color convert

RGB173104117-
CMYK00.400.320.32
HSL348.7º29.61%54.31%-
HSV(B)348.7º39.88%67.84%-
XYZ25.3920.0719.36-
YUV126.11122.86161.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=43.91%
G=26.40%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310411700.400.320.32348.729.6154.31
HexAD6875028202015d1e36
Octal25515016505040405353666
Binary1010110111010001110101010100010000010000010101110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6875; }

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

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

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

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

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

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

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

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