#A17580

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

Shades of Turkish Rose #A17580

Tints of Turkish Rose #A17580

Color information

#A17580 (or 0xA17580) is unknown color: approx Turkish Rose. HEX triplet: A1, 75 and 80. RGB value is (161,117,128). Sum of RGB (Red+Green+Blue) = 161+117+128=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A17580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17580 is #5E8A7F. Grayscale: #838383. Windows color (decimal): -6195840 or 8418721. OLE color: 8418721.

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

Color convert

RGB161117128-
CMYK00.270.200.37
HSL345º18.97%54.51%-
HSV(B)345º27.33%63.14%-
XYZ24.9621.8623.33-
YUV131.41126.08149.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=39.66%
G=28.82%
B=31.53%

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
Decimal16111712800.270.200.3734518.9754.51
HexA1758001B14251591337
Octal24116520003324455312367
Binary101000011110101100000000110111010010010110101100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17580; }

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

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

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

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

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

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

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

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