#A3686F

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

Shades of Turkish Rose #A3686F

Tints of Turkish Rose #A3686F

Color information

#A3686F (or 0xA3686F) is unknown color: approx Turkish Rose. HEX triplet: A3, 68 and 6F. RGB value is (163,104,111). Sum of RGB (Red+Green+Blue) = 163+104+111=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3686F is #5C9790. Grayscale: #7A7A7A. Windows color (decimal): -6068113 or 7301283. OLE color: 7301283.

HSL color Cylindrical-coordinate representation of color #A3686F: hue angle of 352.88º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3686F is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB163104111-
CMYK00.360.320.36
HSL352.88º24.28%52.35%-
HSV(B)352.88º36.2%63.92%-
XYZ22.9218.8317.47-
YUV122.44121.55156.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=43.12%
G=27.51%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310411100.360.320.36352.8824.2852.35
HexA3686F02420241611834
Octal24315015704440445413064
Binary1010001111010001101111010010010000010010010110000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3686F; }

 p { color: rgb(163,104,111); }

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

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

 a { background-color: rgb(163,104,111); }

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

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

 span { border-color: rgb(163,104,111); }

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