#A18384

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

Shades of Turkish Rose #A18384

Tints of Turkish Rose #A18384

Color information

#A18384 (or 0xA18384) is unknown color: approx Turkish Rose. HEX triplet: A1, 83 and 84. RGB value is (161,131,132). Sum of RGB (Red+Green+Blue) = 161+131+132=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A18384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18384 is #5E7C7B. Grayscale: #8C8C8C. Windows color (decimal): -6192252 or 8684449. OLE color: 8684449.

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

Color convert

RGB161131132-
CMYK00.190.180.37
HSL358º13.76%57.25%-
HSV(B)358º18.63%63.14%-
XYZ26.9825.4825.33-
YUV140.08123.44142.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 132 (51.95% from 255) = 31.13%
R=37.97%
G=30.90%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113113200.190.180.3735813.7657.25
HexA183840131225166e39
Octal24120320402322455461671
Binary101000011000001110000100010011100101001011011001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18384; }

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

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

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

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

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

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

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

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