#A18286

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

Shades of Turkish Rose #A18286

Tints of Turkish Rose #A18286

Color information

#A18286 (or 0xA18286) is unknown color: approx Turkish Rose. HEX triplet: A1, 82 and 86. RGB value is (161,130,134). Sum of RGB (Red+Green+Blue) = 161+130+134=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18286 is #5E7D79. Grayscale: #8B8B8B. Windows color (decimal): -6192506 or 8815265. OLE color: 8815265.

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

Color convert

RGB161130134-
CMYK00.190.170.37
HSL352.26º14.16%57.06%-
HSV(B)352.26º19.25%63.14%-
XYZ26.9825.2626.01-
YUV139.72124.77143.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=37.88%
G=30.59%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113013400.190.170.37352.2614.1657.06
HexA182860131125160e39
Octal24120220602321455401671
Binary101000011000001010000110010011100011001011011000001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18286; }

 p { color: rgb(161,130,134); }

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

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

 a { background-color: rgb(161,130,134); }

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

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

 span { border-color: rgb(161,130,134); }

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