#A48586

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

Shades of Turkish Rose #A48586

Tints of Turkish Rose #A48586

Color information

#A48586 (or 0xA48586) is unknown color: approx Turkish Rose. HEX triplet: A4, 85 and 86. RGB value is (164,133,134). Sum of RGB (Red+Green+Blue) = 164+133+134=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48586 is #5B7A79. Grayscale: #8E8E8E. Windows color (decimal): -5995130 or 8816036. OLE color: 8816036.

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

Color convert

RGB164133134-
CMYK00.190.180.36
HSL358.06º14.55%58.24%-
HSV(B)358.06º18.9%64.31%-
XYZ2826.3926.17-
YUV142.38123.27143.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=38.05%
G=30.86%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413313400.190.180.36358.0614.5558.24
HexA485860131224166f3a
Octal24420520602322445461772
Binary101001001000010110000110010011100101001001011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48586; }

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

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

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

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

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

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

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

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