#AD6177

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

Shades of Turkish Rose #AD6177

Tints of Turkish Rose #AD6177

Color information

#AD6177 (or 0xAD6177) is unknown color: approx Turkish Rose. HEX triplet: AD, 61 and 77. RGB value is (173,97,119). Sum of RGB (Red+Green+Blue) = 173+97+119=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6177 is #529E88. Grayscale: #7A7A7A. Windows color (decimal): -5414537 or 7823789. OLE color: 7823789.

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

Color convert

RGB17397119-
CMYK00.440.310.32
HSL342.63º31.67%52.94%-
HSV(B)342.63º43.93%67.84%-
XYZ24.8418.7719.77-
YUV122.23126.18164.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=44.47%
G=24.94%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739711900.440.310.32342.6331.6752.94
HexAD617702C1F201572035
Octal25514116705437405274065
Binary1010110111000011110111010110011111100000101010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6177; }

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

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

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

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

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

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

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

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