#A3686D

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

Shades of Turkish Rose #A3686D

Tints of Turkish Rose #A3686D

Color information

#A3686D (or 0xA3686D) is unknown color: approx Turkish Rose. HEX triplet: A3, 68 and 6D. RGB value is (163,104,109). Sum of RGB (Red+Green+Blue) = 163+104+109=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3686D is #5C9792. Grayscale: #7A7A7A. Windows color (decimal): -6068115 or 7170211. OLE color: 7170211.

HSL color Cylindrical-coordinate representation of color #A3686D: hue angle of 354.92º 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 #A3686D is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB163104109-
CMYK00.360.330.36
HSL354.92º24.28%52.35%-
HSV(B)354.92º36.2%63.92%-
XYZ22.8118.7916.89-
YUV122.21120.55157.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=43.35%
G=27.66%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310410900.360.330.36354.9224.2852.35
HexA3686D02421241631834
Octal24315015504441445433064
Binary1010001111010001101101010010010000110010010110001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3686D; }

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

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

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

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

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

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

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

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