#A48386

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

Shades of Turkish Rose #A48386

Tints of Turkish Rose #A48386

Color information

#A48386 (or 0xA48386) is unknown color: approx Turkish Rose. HEX triplet: A4, 83 and 86. RGB value is (164,131,134). Sum of RGB (Red+Green+Blue) = 164+131+134=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A48386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48386 is #5B7C79. Grayscale: #8D8D8D. Windows color (decimal): -5995642 or 8815524. OLE color: 8815524.

HSL color Cylindrical-coordinate representation of color #A48386: hue angle of 354.55º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48386 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164131134-
CMYK00.200.180.36
HSL354.55º15.35%57.84%-
HSV(B)354.55º20.12%64.31%-
XYZ27.7325.8526.08-
YUV141.21123.93144.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=38.23%
G=30.54%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413113400.200.180.36354.5515.3557.84
HexA483860141224163f3a
Octal24420320602422445431772
Binary101001001000001110000110010100100101001001011000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48386; }

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

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

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

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

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

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

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

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