#A3686A

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

Shades of Turkish Rose #A3686A

Tints of Turkish Rose #A3686A

Color information

#A3686A (or 0xA3686A) is unknown color: approx Turkish Rose. HEX triplet: A3, 68 and 6A. RGB value is (163,104,106). Sum of RGB (Red+Green+Blue) = 163+104+106=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3686A is #5C9795. Grayscale: #797979. Windows color (decimal): -6068118 or 6973603. OLE color: 6973603.

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

Color convert

RGB163104106-
CMYK00.360.350.36
HSL357.97º24.28%52.35%-
HSV(B)357.97º36.2%63.92%-
XYZ22.6618.7316.06-
YUV121.87119.05157.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=43.70%
G=27.88%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310410600.360.350.36357.9724.2852.35
HexA3686A02423241661834
Octal24315015204443445463064
Binary1010001111010001101010010010010001110010010110011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3686A; }

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

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

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

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

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

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

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

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