#A3686E

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

Shades of Turkish Rose #A3686E

Tints of Turkish Rose #A3686E

Color information

#A3686E (or 0xA3686E) is unknown color: approx Turkish Rose. HEX triplet: A3, 68 and 6E. RGB value is (163,104,110). Sum of RGB (Red+Green+Blue) = 163+104+110=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3686E is #5C9791. Grayscale: #7A7A7A. Windows color (decimal): -6068114 or 7235747. OLE color: 7235747.

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

Color convert

RGB163104110-
CMYK00.360.330.36
HSL353.9º24.28%52.35%-
HSV(B)353.9º36.2%63.92%-
XYZ22.8718.8117.18-
YUV122.32121.05157.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=43.24%
G=27.59%
B=29.18%

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
Decimal16310411000.360.330.36353.924.2852.35
HexA3686E02421241621834
Octal24315015604441445423064
Binary1010001111010001101110010010010000110010010110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3686E; }

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

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

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

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

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

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

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

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