#A17C84

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

Shades of Turkish Rose #A17C84

Tints of Turkish Rose #A17C84

Color information

#A17C84 (or 0xA17C84) is unknown color: approx Turkish Rose. HEX triplet: A1, 7C and 84. RGB value is (161,124,132). Sum of RGB (Red+Green+Blue) = 161+124+132=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C84 is #5E837B. Grayscale: #878787. Windows color (decimal): -6194044 or 8682657. OLE color: 8682657.

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

Color convert

RGB161124132-
CMYK00.230.180.37
HSL347.03º16.44%55.88%-
HSV(B)347.03º22.98%63.14%-
XYZ26.0723.6625.02-
YUV135.98125.76145.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=38.61%
G=29.74%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112413200.230.180.37347.0316.4455.88
HexA17C84017122515b1038
Octal24117420402722455332070
Binary101000011111100100001000101111001010010110101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C84; }

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

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

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

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

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

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

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

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