#AD6176

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

Shades of Turkish Rose #AD6176

Tints of Turkish Rose #AD6176

Color information

#AD6176 (or 0xAD6176) is unknown color: approx Turkish Rose. HEX triplet: AD, 61 and 76. RGB value is (173,97,118). Sum of RGB (Red+Green+Blue) = 173+97+118=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6176 is #529E89. Grayscale: #7A7A7A. Windows color (decimal): -5414538 or 7758253. OLE color: 7758253.

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

Color convert

RGB17397118-
CMYK00.440.320.32
HSL343.42º31.67%52.94%-
HSV(B)343.42º43.93%67.84%-
XYZ24.7818.7419.45-
YUV122.12125.68164.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=44.59%
G=25%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739711800.440.320.32343.4231.6752.94
HexAD617602C20201572035
Octal25514116605440405274065
Binary10101101110000111101100101100100000100000101010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6176; }

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

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

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

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

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

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

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

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