#A18485

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

Shades of Turkish Rose #A18485

Tints of Turkish Rose #A18485

Color information

#A18485 (or 0xA18485) is unknown color: approx Turkish Rose. HEX triplet: A1, 84 and 85. RGB value is (161,132,133). Sum of RGB (Red+Green+Blue) = 161+132+133=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18485 is #5E7B7A. Grayscale: #8C8C8C. Windows color (decimal): -6191995 or 8750241. OLE color: 8750241.

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

Color convert

RGB161132133-
CMYK00.180.170.37
HSL357.93º13.36%57.45%-
HSV(B)357.93º18.01%63.14%-
XYZ27.1825.7725.73-
YUV140.78123.61142.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=37.79%
G=30.99%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113213300.180.170.37357.9313.3657.45
HexA184850121125166d39
Octal24120420502221455461571
Binary101000011000010010000101010010100011001011011001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18485; }

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

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

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

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

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

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

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

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