#A17581

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

Shades of Turkish Rose #A17581

Tints of Turkish Rose #A17581

Color information

#A17581 (or 0xA17581) is unknown color: approx Turkish Rose. HEX triplet: A1, 75 and 81. RGB value is (161,117,129). Sum of RGB (Red+Green+Blue) = 161+117+129=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A17581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17581 is #5E8A7E. Grayscale: #838383. Windows color (decimal): -6195839 or 8484257. OLE color: 8484257.

HSL color Cylindrical-coordinate representation of color #A17581: hue angle of 343.64º 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 #A17581 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161117129-
CMYK00.270.200.37
HSL343.64º18.97%54.51%-
HSV(B)343.64º27.33%63.14%-
XYZ25.0221.8823.67-
YUV131.52126.58149.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=39.56%
G=28.75%
B=31.70%

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
Decimal16111712900.270.200.37343.6418.9754.51
HexA1758101B14251581337
Octal24116520103324455302367
Binary101000011110101100000010110111010010010110101100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17581; }

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

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

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

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

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

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

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

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