#A17681

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

Shades of Turkish Rose #A17681

Tints of Turkish Rose #A17681

Color information

#A17681 (or 0xA17681) is unknown color: approx Turkish Rose. HEX triplet: A1, 76 and 81. RGB value is (161,118,129). Sum of RGB (Red+Green+Blue) = 161+118+129=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A17681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17681 is #5E897E. Grayscale: #848484. Windows color (decimal): -6195583 or 8484513. OLE color: 8484513.

HSL color Cylindrical-coordinate representation of color #A17681: hue angle of 344.65º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17681 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161118129-
CMYK00.270.200.37
HSL344.65º18.61%54.71%-
HSV(B)344.65º26.71%63.14%-
XYZ25.1422.1223.71-
YUV132.11126.25148.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 118 (46.48% from 255) = 28.92%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=39.46%
G=28.92%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111812900.270.200.37344.6518.6154.71
HexA1768101B14251591337
Octal24116620103324455312367
Binary101000011110110100000010110111010010010110101100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17681; }

 p { color: rgb(161,118,129); }

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

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

 a { background-color: rgb(161,118,129); }

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

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

 span { border-color: rgb(161,118,129); }

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