#AD6076

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

Shades of Turkish Rose #AD6076

Tints of Turkish Rose #AD6076

Color information

#AD6076 (or 0xAD6076) is unknown color: approx Turkish Rose. HEX triplet: AD, 60 and 76. RGB value is (173,96,118). Sum of RGB (Red+Green+Blue) = 173+96+118=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6076 is #529F89. Grayscale: #797979. Windows color (decimal): -5414794 or 7757997. OLE color: 7757997.

HSL color Cylindrical-coordinate representation of color #AD6076: hue angle of 342.86º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6076 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB17396118-
CMYK00.450.320.32
HSL342.86º31.95%52.75%-
HSV(B)342.86º44.51%67.84%-
XYZ24.6918.5619.42-
YUV121.53126.01164.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=44.70%
G=24.81%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739611800.450.320.32342.8631.9552.75
HexAD607602D20201572035
Octal25514016605540405274065
Binary10101101110000011101100101101100000100000101010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6076; }

 p { color: rgb(173,96,118); }

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

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

 a { background-color: rgb(173,96,118); }

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

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

 span { border-color: rgb(173,96,118); }

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