#A17C80

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

Shades of Turkish Rose #A17C80

Tints of Turkish Rose #A17C80

Color information

#A17C80 (or 0xA17C80) is unknown color: approx Turkish Rose. HEX triplet: A1, 7C and 80. RGB value is (161,124,128). Sum of RGB (Red+Green+Blue) = 161+124+128=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C80 is #5E837F. Grayscale: #878787. Windows color (decimal): -6194048 or 8420513. OLE color: 8420513.

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

Color convert

RGB161124128-
CMYK00.230.200.37
HSL353.51º16.44%55.88%-
HSV(B)353.51º22.98%63.14%-
XYZ25.823.5523.61-
YUV135.52123.76146.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=38.98%
G=30.02%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112412800.230.200.37353.5116.4455.88
HexA17C8001714251621038
Octal24117420002724455422070
Binary101000011111100100000000101111010010010110110001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C80; }

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

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

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

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

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

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

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

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