#A18487

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

Shades of Turkish Rose #A18487

Tints of Turkish Rose #A18487

Color information

#A18487 (or 0xA18487) is unknown color: approx Turkish Rose. HEX triplet: A1, 84 and 87. RGB value is (161,132,135). Sum of RGB (Red+Green+Blue) = 161+132+135=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18487 is #5E7B78. Grayscale: #8D8D8D. Windows color (decimal): -6191993 or 8881313. OLE color: 8881313.

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

Color convert

RGB161132135-
CMYK00.180.160.37
HSL353.79º13.36%57.45%-
HSV(B)353.79º18.01%63.14%-
XYZ27.3225.8326.47-
YUV141.01124.61142.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=37.62%
G=30.84%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113213500.180.160.37353.7913.3657.45
HexA184870121025162d39
Octal24120420702220455421571
Binary101000011000010010000111010010100001001011011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18487; }

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

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

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

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

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

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

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

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