#A28386

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

Shades of Turkish Rose #A28386

Tints of Turkish Rose #A28386

Color information

#A28386 (or 0xA28386) is unknown color: approx Turkish Rose. HEX triplet: A2, 83 and 86. RGB value is (162,131,134). Sum of RGB (Red+Green+Blue) = 162+131+134=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A28386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28386 is #5D7C79. Grayscale: #8C8C8C. Windows color (decimal): -6126714 or 8815522. OLE color: 8815522.

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

Color convert

RGB162131134-
CMYK00.190.170.36
HSL354.19º14.29%57.45%-
HSV(B)354.19º19.14%63.53%-
XYZ27.3225.6426.06-
YUV140.61124.27143.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=37.94%
G=30.68%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213113400.190.170.36354.1914.2957.45
HexA283860131124162e39
Octal24220320602321445421671
Binary101000101000001110000110010011100011001001011000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28386; }

 p { color: rgb(162,131,134); }

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

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

 a { background-color: rgb(162,131,134); }

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

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

 span { border-color: rgb(162,131,134); }

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